|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.property.CoPropertyHandler
@Deprecated public abstract class CoPropertyHandler
The class implementing property handler for the conceptual property element.
The property hander assumes that instance holder ancestor element maintains
the I*E element the attribute(s) of which the property presents.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
ATTRIBUTE_TAG
Deprecated. Supported API: true |
| Method Summary | |
|---|---|
void |
updateModel(CoElement element,
CoEnvData envData)
Deprecated. Creates and updates the model of the element. |
protected abstract void |
updateModel(CoProperty property,
com.infoengine.object.factory.Element ieElement,
CoEnvData envData)
Deprecated. Creates and updates the model of the property using given I*E element. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ATTRIBUTE_TAG
| Method Detail |
|---|
public void updateModel(CoElement element,
CoEnvData envData)
throws WTException
Finds the instance holder anscestor element and its I*E element.
Delegate the processing to the abstract method.
Supported API: true
updateModel in interface CoModelHandlerelement - envData -
WTException
protected abstract void updateModel(CoProperty property,
com.infoengine.object.factory.Element ieElement,
CoEnvData envData)
throws WTException
property - the property elementieElement - the I*E element an attribute(s) of which the property element presents.envData - the conceptual environment.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||