Uses of Class
com.eu.miscedautils.ipxact.DesignConfig.DelayValueUnitType

Packages that use DelayValueUnitType
com.eu.miscedautils.ipxact.DesignConfig   
 

Uses of DelayValueUnitType in com.eu.miscedautils.ipxact.DesignConfig
 

Methods in com.eu.miscedautils.ipxact.DesignConfig that return DelayValueUnitType
static DelayValueUnitType DelayValueUnitType.fromValue(java.lang.String v)
           
 DelayValueUnitType ClockDriverType.ClockPeriod.getUnits()
          Gets the value of the units property.
 DelayValueUnitType ClockDriverType.ClockPulseDuration.getUnits()
          Gets the value of the units property.
 DelayValueUnitType ClockDriverType.ClockPulseOffset.getUnits()
          Gets the value of the units property.
static DelayValueUnitType DelayValueUnitType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DelayValueUnitType[] DelayValueUnitType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.ipxact.DesignConfig with parameters of type DelayValueUnitType
 void ClockDriverType.ClockPeriod.setUnits(DelayValueUnitType value)
          Sets the value of the units property.
 void ClockDriverType.ClockPulseDuration.setUnits(DelayValueUnitType value)
          Sets the value of the units property.
 void ClockDriverType.ClockPulseOffset.setUnits(DelayValueUnitType value)
          Sets the value of the units property.