com.ptc.core.ca.co.client.property
Interface CoSimplePropertyModel

All Superinterfaces:
CoFacePlateHolderModel, CoModel, CoPropertyModel
All Known Implementing Classes:
CoAbstractSimplePropertyModel, CoDefaultSimplePropertyModel, CoEnumeratedPropertyModel, CoPickerPropertyModel

Deprecated.

@Deprecated
public interface CoSimplePropertyModel
extends CoPropertyModel

The interface a model of the property representing a single attibute implements.

Supported API: true

Extendable: false


Field Summary
static String ATTRIBUTE_TYPE_SUMMARY
          Deprecated. Label for the attribute; the attribute type summary for the attribute to be presented by the property element.
static String ATTRIBUTE_VALUE
          Deprecated. Label for the attribute; the value of the attribute to be presented by the property element.
 
Fields inherited from interface com.ptc.core.ca.co.client.property.CoPropertyModel
CHILDREN
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
FACE_PLATE_TYPE, IMAGE, LABEL, TOOL_TIP
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 AttributeTypeSummary getAttributeTypeSummary()
          Deprecated. Gets the value of the attribute: ATTRIBUTE_TYPE_SUMMARY.
 Object getAttributeValue()
          Deprecated. Gets the value of the attribute: ATTRIBUTE_VALUE.
 void setAttributeTypeSummary(AttributeTypeSummary a_AttributeTypeSummary)
          Deprecated. Sets the value of the attribute: ATTRIBUTE_TYPE_SUMMARY.
 void setAttributeValue(Object a_AttributeValue)
          Deprecated. Sets the value of the attribute: ATTRIBUTE_VALUE.
 
Methods inherited from interface com.ptc.core.ca.co.client.property.CoPropertyModel
getChildren, setChildren, updateInstance, updateModel
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
getFacePlateType, getImage, getLabel, getToolTip, setFacePlateType, setImage, setLabel, setToolTip
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

ATTRIBUTE_VALUE

static final String ATTRIBUTE_VALUE
Deprecated. 
Label for the attribute; the value of the attribute to be presented by the property element.

Supported API: true

See Also:
Constant Field Values

ATTRIBUTE_TYPE_SUMMARY

static final String ATTRIBUTE_TYPE_SUMMARY
Deprecated. 
Label for the attribute; the attribute type summary for the attribute to be presented by the property element.

Supported API: true

See Also:
Constant Field Values
Method Detail

getAttributeValue

Object getAttributeValue()
Deprecated. 
Gets the value of the attribute: ATTRIBUTE_VALUE. the value of the attribute to be presented by the property element.

Supported API: true

Returns:
Object

setAttributeValue

void setAttributeValue(Object a_AttributeValue)
Deprecated. 
Sets the value of the attribute: ATTRIBUTE_VALUE. the value of the attribute to be presented by the property element.

Supported API: true

Parameters:
a_AttributeValue -

getAttributeTypeSummary

AttributeTypeSummary getAttributeTypeSummary()
Deprecated. 
Gets the value of the attribute: ATTRIBUTE_TYPE_SUMMARY. the attribute type summary for the attribute to be presented by the property element.

Supported API: true

Returns:
AttributeTypeSummary

setAttributeTypeSummary

void setAttributeTypeSummary(AttributeTypeSummary a_AttributeTypeSummary)
Deprecated. 
Sets the value of the attribute: ATTRIBUTE_TYPE_SUMMARY. the attribute type summary for the attribute to be presented by the property element.

Supported API: true

Parameters:
a_AttributeTypeSummary -