Class AttributeData
java.lang.Object
com.ptc.odata.windchill.entity.processor.AttributeData
Used to manage Entity internal attribute name and value pairs in order to populate a type instance.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeData(String name, Object value) Creates newAttributeData
Supported API: true -
Method Summary
-
Constructor Details
-
AttributeData
Creates newAttributeData
Supported API: true- Parameters:
name- the internal name of the entity attributevalue- the value for the attribute- Throws:
WTException
-
-
Method Details
-
getName
Returns the internal name of theAttributeData
Supported API: true- Returns:
- the internal name of the attribute
-
getValue
Returns the value of theAttributeData
Supported API: true- Returns:
- the value of the attribute
-