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

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

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

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