Uses of Class
wt.iba.definition.litedefinition.IntegerDefView

Packages that use IntegerDefView
com.ptc.windchill.uwgm.common.attributes   
wt.clients.csm.ranking   
wt.clients.iba.widgets   
wt.iba.constraint   
wt.iba.definition   
wt.iba.definition.litedefinition   
wt.iba.value.litevalue   
 

Uses of IntegerDefView in com.ptc.windchill.uwgm.common.attributes
 

Methods in com.ptc.windchill.uwgm.common.attributes with parameters of type IntegerDefView
private  AbstractValueView IBAHelper.createAttributeValue(IntegerDefView attrDef, String value)
           
 

Uses of IntegerDefView in wt.clients.csm.ranking
 

Fields in wt.clients.csm.ranking declared as IntegerDefView
private  IntegerDefView InlineRankingValueEditorWidget.definition
           
 

Constructors in wt.clients.csm.ranking with parameters of type IntegerDefView
InlineRankingValueEditorWidget(IntegerDefView definition)
          Create the widget with the parameter DefinitionDefDefaultView.
InlineRankingValueEditorWidget(IntegerDefView definition, Rank rank)
           
 

Uses of IntegerDefView in wt.clients.iba.widgets
 

Fields in wt.clients.iba.widgets declared as IntegerDefView
private  IntegerDefView InlineIntegerValueEditorWidget.definition
           
 

Constructors in wt.clients.iba.widgets with parameters of type IntegerDefView
InlineIntegerValueEditorWidget(IntegerDefView definition)
          Create the widget with the parameter DefinitionDefDefaultView.
InlineIntegerDiscreteSetEditorWidget(IntegerDefView definition)
           
 

Uses of IntegerDefView in wt.iba.constraint
 

Methods in wt.iba.constraint that return IntegerDefView
 IntegerDefView ConstraintTester.getTheIntegerAttributeDefinition()
           
 

Uses of IntegerDefView in wt.iba.definition
 

Methods in wt.iba.definition with parameters of type IntegerDefView
static IntegerDefinitionReference IntegerDefinitionReference.newIntegerDefinitionReference(IntegerDefView definition)
          

Supported API: false
protected  void IntegerDefinitionReference.initialize(IntegerDefView definition)
          Supports initialization, following construction of an instance.
 

Uses of IntegerDefView in wt.iba.definition.litedefinition
 

Methods in wt.iba.definition.litedefinition with parameters of type IntegerDefView
protected  boolean IntegerDefView.readVersion(IntegerDefView thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of IntegerDefView in wt.iba.value.litevalue
 

Fields in wt.iba.value.litevalue declared as IntegerDefView
private  IntegerDefView IntegerValueDefaultView.integerDefinition
           
 

Methods in wt.iba.value.litevalue that return IntegerDefView
 IntegerDefView IntegerValueDefaultView.getIntegerDefinition()
          Gets the value of the attribute: integerDefinition.
 

Methods in wt.iba.value.litevalue with parameters of type IntegerDefView
 void IntegerValueDefaultView.setIntegerDefinition(IntegerDefView a_IntegerDefinition)
          Sets the value of the attribute: integerDefinition.
 

Constructors in wt.iba.value.litevalue with parameters of type IntegerDefView
IntegerValueDefaultView(IntegerDefView attributeDefinition)
          

Supported API: false
IntegerValueDefaultView(IntegerDefView attributeDefinition, long value)
          

Supported API: false
IntegerValueDefaultView(IntegerDefView attributeDefinition, ReferenceValueDefaultView referenceValue, long value, ObjectIdentifier objectID, int updateCount)
          

Supported API: false