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

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

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

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