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

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

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

Methods in com.eu.miscedautils.ipxact.Design 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.Design with parameters of type CellClassValueType
 void CellSpecification.CellClass.setValue(CellClassValueType value)
          Sets the value of the value property.