Class AttributeData

java.lang.Object
com.ptc.odata.windchill.entity.processor.AttributeData

public class AttributeData extends Object
Used to manage Entity internal attribute name and value pairs in order to populate a type instance.

Supported API: true

Extendable: false
  • Constructor Details

    • AttributeData

      public AttributeData(String name, Object value) throws WTException
      Creates new AttributeData

      Supported API: true
      Parameters:
      name - the internal name of the entity attribute
      value - the value for the attribute
      Throws:
      WTException
  • Method Details

    • getName

      public String getName()
      Returns the internal name of the AttributeData

      Supported API: true
      Returns:
      the internal name of the attribute
    • getValue

      public Object getValue()
      Returns the value of the AttributeData

      Supported API: true
      Returns:
      the value of the attribute