Uses of Class
com.eu.miscedautils.ipxact.Component.CellFunctionValueType

Packages that use CellFunctionValueType
com.eu.miscedautils.ipxact.Component   
 

Uses of CellFunctionValueType in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return CellFunctionValueType
static CellFunctionValueType CellFunctionValueType.fromValue(java.lang.String v)
           
 CellFunctionValueType CellSpecification.CellFunction.getValue()
          Indicates legal cell function values.
static CellFunctionValueType CellFunctionValueType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CellFunctionValueType[] CellFunctionValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type CellFunctionValueType
 void CellSpecification.CellFunction.setValue(CellFunctionValueType value)
          Sets the value of the value property.