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

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

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

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