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

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

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

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