Uses of Class
com.eu.miscedautils.ipxact.Component.DelayValueType

Packages that use DelayValueType
com.eu.miscedautils.ipxact.Component   
 

Uses of DelayValueType in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return DelayValueType
static DelayValueType DelayValueType.fromValue(java.lang.String v)
           
 DelayValueType TimingConstraint.getDelayType()
          Gets the value of the delayType property.
static DelayValueType DelayValueType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DelayValueType[] DelayValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type DelayValueType
 void TimingConstraint.setDelayType(DelayValueType value)
          Sets the value of the delayType property.