com.ptc.core.ca.co.client.property.enumerated
Class CoEnumeratedPropertyHandler

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.co.client.property.CoPropertyHandler
          extended by com.ptc.core.ca.co.client.property.CoAbstractPropertyHandler
              extended by com.ptc.core.ca.co.client.property.CoSimplePropertyHandler
                  extended by com.ptc.core.ca.co.client.property.enumerated.CoEnumeratedPropertyHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
WebEnumeratedPropertyHandler

Deprecated.

@Deprecated
public abstract class CoEnumeratedPropertyHandler
extends CoSimplePropertyHandler

This class defines property handler for the the java.lang.String attribute type with attribute type summary indicating that there is a set of potentual values.

Supported API: true

Extendable: false


Field Summary
 
Fields inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler
ATTRIBUTE_TAG
 
Method Summary
 CoPropertyModel newModel()
          Deprecated. Returns a newly created instance of CoEnumeratedPropertyModel object.
 void updateModel(CoProperty property, com.infoengine.object.factory.Element ieElement, CoEnvData envData)
          Deprecated. Creates and updates the model of the enumerated property element.
 
Methods inherited from class com.ptc.core.ca.co.client.property.CoSimplePropertyHandler
updateInstance
 
Methods inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler
updateModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

updateModel

public void updateModel(CoProperty property,
                        com.infoengine.object.factory.Element ieElement,
                        CoEnvData envData)
                 throws WTException
Deprecated. 
Creates and updates the model of the enumerated property element.

Supported API: true

Overrides:
updateModel in class CoAbstractPropertyHandler
Parameters:
property -
ieElement -
envData -
Throws:
WTException

newModel

public CoPropertyModel newModel()
Deprecated. 
Returns a newly created instance of CoEnumeratedPropertyModel object.

Supported API: true

Overrides:
newModel in class CoSimplePropertyHandler
Returns:
CoPropertyModel