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

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

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

Methods in com.eu.miscedautils.ipxact.BusDefinition that return CellStrengthValueType
static CellStrengthValueType CellStrengthValueType.fromValue(java.lang.String v)
           
 CellStrengthValueType CellSpecification.CellClass.getCellStrength()
          Gets the value of the cellStrength property.
 CellStrengthValueType CellSpecification.CellFunction.getCellStrength()
          Gets the value of the cellStrength property.
static CellStrengthValueType CellStrengthValueType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CellStrengthValueType[] CellStrengthValueType.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 CellStrengthValueType
 void CellSpecification.CellClass.setCellStrength(CellStrengthValueType value)
          Sets the value of the cellStrength property.
 void CellSpecification.CellFunction.setCellStrength(CellStrengthValueType value)
          Sets the value of the cellStrength property.