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

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

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

Methods in com.eu.miscedautils.ipxact.BusDefinition that return CellClassValueType
static CellClassValueType CellClassValueType.fromValue(java.lang.String v)
           
 CellClassValueType CellSpecification.CellClass.getValue()
          Indicates legal cell class values.
static CellClassValueType CellClassValueType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CellClassValueType[] CellClassValueType.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 CellClassValueType
 void CellSpecification.CellClass.setValue(CellClassValueType value)
          Sets the value of the value property.