|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceValue | |
com.ptc.core.meta.type.mgmt.server.impl | |
wt.iba.value | |
wt.iba.value.service |
Uses of ReferenceValue in com.ptc.core.meta.type.mgmt.server.impl |
Methods in com.ptc.core.meta.type.mgmt.server.impl with parameters of type ReferenceValue | |
private AttributeIdentifier |
AbstractTypeDefinitionCacheManager.constructAssociationIdentifier(ReferenceValue value,
TypeInstanceIdentifier context,
Hashtable dependencies)
|
protected AttributeIdentifier |
AbstractTypeDefinitionCache.constructAssociationIdentifier(ReferenceValue value,
TypeInstanceIdentifier context,
Hashtable dependencies)
|
Uses of ReferenceValue in wt.iba.value |
Methods in wt.iba.value that return ReferenceValue | |
ReferenceValue |
TheReferenceValueDefinition.getReferenceValue()
Gets the object for the association that plays role: REFERENCE_VALUE_ROLE. |
static ReferenceValue |
ReferenceValue.newReferenceValue(ReferenceDefinition attributeDefinition,
IBAHolder holder,
IBAReferenceable referencedObject)
Supported API: false |
static ReferenceValue |
ReferenceValue.newReferenceValue()
Supported API: false |
ReferenceValue |
ContextTheAbstractContextualValue.getContext()
Gets the object for the association that plays role: CONTEXT_ROLE. |
ReferenceValue |
AbstractContextualValue.getContext()
Gets the object for the association that plays role: CONTEXT. |
Methods in wt.iba.value with parameters of type ReferenceValue | |
static URLValue |
URLValue.newURLValue(URLDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
String value,
String description)
Supported API: false |
protected void |
URLValue.initialize(URLDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
String value,
String description)
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. |
static TimestampValue |
TimestampValue.newTimestampValue(TimestampDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
Timestamp value)
Supported API: false |
protected void |
TimestampValue.initialize(TimestampDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
Timestamp value)
Supports initialization, following construction of an instance. |
void |
TheReferenceValueDefinition.setReferenceValue(ReferenceValue theReferenceValue)
Sets the object for the association that plays role: REFERENCE_VALUE_ROLE. |
static TheReferenceValueDefinition |
TheReferenceValueDefinition.newTheReferenceValueDefinition(ReferenceValue theReferenceValue,
ReferenceDefinition definition)
Default factory for the class. |
static StringValue |
StringValue.newStringValue(StringDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
String value)
Supported API: false |
protected void |
StringValue.initialize(StringDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
String value)
Supports initialization, following construction of an instance. |
protected boolean |
ReferenceValue.readVersion(ReferenceValue thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static RatioValue |
RatioValue.newRatioValue(RatioDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
double value,
double denominator)
Supported API: false |
protected void |
RatioValue.initialize(RatioDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
double value,
double denominator)
Supports initialization, following construction of an instance. |
static IntegerValue |
IntegerValue.newIntegerValue(IntegerDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
long value)
Supported API: false |
protected void |
IntegerValue.initialize(IntegerDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
long value)
Supports initialization, following construction of an instance. |
static FloatValue |
FloatValue.newFloatValue(FloatDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
double value,
int precision)
Supported API: false |
protected void |
FloatValue.initialize(FloatDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
double value,
int precision)
Supports initialization, following construction of an instance. |
void |
ContextTheAbstractContextualValue.setContext(ReferenceValue context)
Sets the object for the association that plays role: CONTEXT_ROLE. |
static ContextTheAbstractContextualValue |
ContextTheAbstractContextualValue.newContextTheAbstractContextualValue(ReferenceValue context,
AbstractContextualValue theAbstractContextualValue)
Default factory for the class. |
static BooleanValue |
BooleanValue.newBooleanValue(BooleanDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
boolean value)
Supported API: false |
protected void |
BooleanValue.initialize(BooleanDefinition attributeDefinition,
IBAHolder holder,
ReferenceValue referenceValue,
boolean value)
Supports initialization, following construction of an instance. |
void |
AbstractContextualValue.setContext(ReferenceValue a_Context)
Sets the object for the association that plays role: CONTEXT. |
Uses of ReferenceValue in wt.iba.value.service |
Methods in wt.iba.value.service with parameters of type ReferenceValue | |
protected void |
IBAValueDBService.updateAbstractContextualValuesAssociated(ReferenceValue target)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |