com.ptc.core.ca.co.client.property.enumerated
Class CoEnumeratedPropertyModel
java.lang.Object
com.ptc.core.ca.co.client.property.CoAbstractSimplePropertyModel
com.ptc.core.ca.co.client.property.enumerated.CoEnumeratedPropertyModel
- All Implemented Interfaces:
- CoFacePlateHolderModel, CoModel, CoPropertyModel, CoSimplePropertyModel, Externalizable, Serializable
Deprecated.
@Deprecated
public class CoEnumeratedPropertyModel
- extends CoAbstractSimplePropertyModel
- implements Externalizable
The class implementing a model of the enumerated property element.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel |
ELEMENT |
|
Method Summary |
List |
getLegalValuesSet()
Deprecated. Gets the value of the attribute: legalValuesSet; the list of CoEnumeratedPropertyOption
objects. |
void |
setLegalValuesSet(List a_LegalValuesSet)
Deprecated. Sets the value of the attribute: legalValuesSet; the list of CoEnumeratedPropertyOption
objects. |
| Methods inherited from class com.ptc.core.ca.co.client.property.CoAbstractSimplePropertyModel |
getAttributeTypeSummary, getAttributeValue, getChildren, getElement, getFacePlateType, getImage, getLabel, getToolTip, init, setAttributeTypeSummary, setAttributeValue, setChildren, setElement, setFacePlateType, setImage, setLabel, setToolTip, update, updateInstance, updateModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getLegalValuesSet
public List getLegalValuesSet()
- Deprecated.
- Gets the value of the attribute: legalValuesSet; the list of
CoEnumeratedPropertyOption
objects.
Supported API: true
- Returns:
- List
setLegalValuesSet
public void setLegalValuesSet(List a_LegalValuesSet)
- Deprecated.
- Sets the value of the attribute: legalValuesSet; the list of
CoEnumeratedPropertyOption
objects.
Supported API: true
- Parameters:
a_LegalValuesSet -