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

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

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

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