|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnitDefinition | |
wt.iba.definition | |
wt.iba.value |
Uses of UnitDefinition in wt.iba.definition |
Methods in wt.iba.definition that return UnitDefinition | |
UnitDefinition |
UnitQOMLink.getUnitDefinition()
Gets the object for the association that plays role: UNIT_DEFINITION_ROLE. |
static UnitDefinition |
UnitDefinition.newUnitDefinition(String name,
String description,
ObjectReference parentReference,
String displayName,
ObjectReference quantityOfMeausreRef)
Supported API: false |
static UnitDefinition |
UnitDefinition.newUnitDefinition(String name,
String description,
ObjectReference parentReference,
String displayName,
String hierarchyDisplayName,
ObjectReference quantityOfMeausreRef)
Supported API: false |
Methods in wt.iba.definition with parameters of type UnitDefinition | |
void |
UnitQOMLink.setUnitDefinition(UnitDefinition theUnitDefinition)
Sets the object for the association that plays role: UNIT_DEFINITION_ROLE. |
static UnitQOMLink |
UnitQOMLink.newUnitQOMLink(UnitDefinition theUnitDefinition,
QuantityOfMeasure theQuantityOfMeasure)
Default factory for the class. |
static UnitDefinitionReference |
UnitDefinitionReference.newUnitDefinitionReference(UnitDefinition definition)
Supported API: false |
protected void |
UnitDefinitionReference.initialize(UnitDefinition definition)
Supports initialization, following construction of an instance. |
protected boolean |
UnitDefinition.readVersion(UnitDefinition thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of UnitDefinition in wt.iba.value |
Methods in wt.iba.value that return UnitDefinition | |
UnitDefinition |
TheUnitValueDefinition.getDefinition()
Gets the object for the association that plays role: DEFINITION_ROLE. |
Methods in wt.iba.value with parameters of type UnitDefinition | |
static UnitValue |
UnitValue.newUnitValue(UnitDefinition attributeDefinition,
IBAHolder holder,
double value,
int precision)
Supported API: false |
protected void |
UnitValue.initialize(UnitDefinition attributeDefinition,
IBAHolder holder,
double value,
int precision)
Supports initialization, following construction of an instance. |
static UnitValue |
UnitValue.newUnitValue(UnitDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
double value,
int precision)
Supported API: false |
protected void |
UnitValue.initialize(UnitDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
double value,
int precision)
Supports initialization, following construction of an instance. |
void |
TheUnitValueDefinition.setDefinition(UnitDefinition definition)
Sets the object for the association that plays role: DEFINITION_ROLE. |
static TheUnitValueDefinition |
TheUnitValueDefinition.newTheUnitValueDefinition(UnitValue theUnitValue,
UnitDefinition definition)
Default factory for the class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |