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

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

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

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