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

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

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

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