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

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

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

Methods in com.eu.miscedautils.ipxact.Design 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.Design with parameters of type DelayValueType
 void TimingConstraint.setDelayType(DelayValueType value)
          Sets the value of the delayType property.