Uses of Class
wt.iba.value.AbstractValue

Packages that use AbstractValue
com.ptc.core.meta.type.mgmt.server.impl   
wt.csm.navigation   
wt.iba.value   
wt.iba.value.service   
 

Uses of AbstractValue in com.ptc.core.meta.type.mgmt.server.impl
 

Methods in com.ptc.core.meta.type.mgmt.server.impl with parameters of type AbstractValue
private  AttributeIdentifier AbstractTypeDefinitionCacheManager.constructAttributeIdentifier(AbstractValue value, TypeInstanceIdentifier context)
           
private  AttributeDefinitionReference AbstractTypeDefinitionCacheManager.getDefinitionReferenceFromValue(AbstractValue val)
           
private  Object AbstractTypeDefinitionCacheManager.convertData(AbstractValue val)
           
protected  AttributeIdentifier AbstractTypeDefinitionCache.constructAttributeIdentifier(AbstractValue value, TypeInstanceIdentifier context)
           
private  Object AbstractTypeDefinitionCache.convertData(AbstractValue val)
           
private  AttributeDefinitionReference AbstractTypeDefinitionCache.getDefinitionReferenceFromValue(AbstractValue val)
           
 

Uses of AbstractValue in wt.csm.navigation
 

Fields in wt.csm.navigation declared as AbstractValue
private  AbstractValue RangeQFElementValue.lowValue
           
private  AbstractValue RangeQFElementValue.highValue
           
private  AbstractValue LikeQFElementValue.value
           
 

Methods in wt.csm.navigation that return AbstractValue
 AbstractValue RangeQFElementValue.getLowValue()
          

Supported API: false
 AbstractValue RangeQFElementValue.getHighValue()
          

Supported API: false
 AbstractValue LikeQFElementValue.getValue()
          

Supported API: false
 

Methods in wt.csm.navigation with parameters of type AbstractValue
 void RangeQFElementValue.setLowValue(AbstractValue value, AbstractAttributeDefinition queryFormElementDefinition)
          

Supported API: false
 void RangeQFElementValue.setHighValue(AbstractValue value, AbstractAttributeDefinition queryFormElementDefinition)
          

Supported API: false
 void LikeQFElementValue.setValue(AbstractValue value, AbstractAttributeDefinition queryFormElementDefinition)
          

Supported API: false
protected  void AbstractQFElementValue.verifyAttributeDefinition(AbstractValue value, AbstractAttributeDefinition queryFormElementDefinition)
          

Supported API: false
 

Constructors in wt.csm.navigation with parameters of type AbstractValue
RangeQFElementValue(AbstractValue lowValue, AbstractValue highValue, AbstractAttributeDefinition queryFormElementDefinition)
          

Supported API: false
LikeQFElementValue(AbstractValue value, AbstractAttributeDefinition queryFormElementDefinition, int queryOperator)
          

Supported API: false
 

Uses of AbstractValue in wt.iba.value
 

Subclasses of AbstractValue in wt.iba.value
 class AbstractContextualValue
          

Supported API: false

Extendable: false
 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 ReferenceValue
           Use the newReferenceValue static factory method(s), not the ReferenceValue 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 with parameters of type AbstractValue
protected  boolean AbstractValue.readVersion(AbstractValue thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of AbstractValue in wt.iba.value.service
 

Methods in wt.iba.value.service that return AbstractValue
static AbstractValue IBAValueObjectsFactory.newAttributeValue(AbstractValueView liteValue, IBAHolder ibaHolder)
          Converts a lite weight attribute definition to its heavy version

Supported API: false
 

Methods in wt.iba.value.service with parameters of type AbstractValue
static AbstractValueView IBAValueObjectsFactory.newAbstractValueView(AbstractValue value)
          Converts a lite weight attribute definition to its heavy version

Supported API: false
static String IBAValueObjectsFactory.newLocalizedValueDisplayString(AbstractValue value)
          Converts a lite weight attribute definition to its heavy version

Supported API: false
static AbstractValueView IBAValueObjectsFactory.newAbstractValueView(AbstractValue value, Hashtable definitionHash, Hashtable qomHash)
          Converts a lite weight attribute definition to its heavy version

Supported API: false
private  void IBAValueDBService.updateAttributeValue(AbstractValue av, AbstractValueView liteValue, IBAHolder holder)
           
private  AttributeDefinitionReference IBAValueDBService.getAttributeDefinitionReference(AbstractValue av)
           
private  int IBAValueDBService.whichIBAHolder(AbstractValue value, long[] oi)