|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractContextualValue | |
wt.iba.value | |
wt.iba.value.service |
Uses of AbstractContextualValue in wt.iba.value |
Subclasses of AbstractContextualValue in wt.iba.value | |
class |
BooleanValue
Use the newBooleanValue static factory method(s), not the
BooleanValue constructor, to construct instances of this
class. |
class |
FloatValue
Use the newFloatValue static factory method(s), not the
FloatValue constructor, to construct instances of this class. |
class |
IntegerValue
Use the newIntegerValue static factory method(s), not the
IntegerValue constructor, to construct instances of this
class. |
class |
RatioValue
Use the newRatioValue static factory method(s), not the
RatioValue constructor, to construct instances of this class. |
class |
StringValue
Use the newStringValue static factory method(s), not the
StringValue constructor, to construct instances of this
class. |
class |
TimestampValue
Use the newTimestampValue static factory method(s), not
the TimestampValue constructor, to construct instances of
this class. |
class |
UnitValue
Use the newUnitValue static factory method(s), not the UnitValue
constructor, to construct instances of this class. |
class |
URLValue
Use the newURLValue static factory method(s), not the URLValue
constructor, to construct instances of this class. |
Methods in wt.iba.value that return AbstractContextualValue | |
AbstractContextualValue |
ContextTheAbstractContextualValue.getAbstractContextualValue()
Gets the object for the association that plays role: ABSTRACT_CONTEXTUAL_VALUE_ROLE. |
Methods in wt.iba.value with parameters of type AbstractContextualValue | |
void |
ContextTheAbstractContextualValue.setAbstractContextualValue(AbstractContextualValue theAbstractContextualValue)
Sets the object for the association that plays role: ABSTRACT_CONTEXTUAL_VALUE_ROLE. |
static ContextTheAbstractContextualValue |
ContextTheAbstractContextualValue.newContextTheAbstractContextualValue(ReferenceValue context,
AbstractContextualValue theAbstractContextualValue)
Default factory for the class. |
protected boolean |
AbstractContextualValue.readVersion(AbstractContextualValue thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of AbstractContextualValue in wt.iba.value.service |
Methods in wt.iba.value.service that return AbstractContextualValue | |
AbstractContextualValue |
MultiObjIBAValueDBService.CopyResultProcessor.buildValue(Object[] a_rawValues)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |