com.ptc.core.ca.co.client.element
Interface CoInstanceHolderModel

All Superinterfaces:
CoModel
All Known Subinterfaces:
CoCompositePropertyPanelModel, CoPropertyPanelModel, CoRowModel, CoSimplePropertyPanelModel, CoTreeNodeModel, CoWizardModel
All Known Implementing Classes:
CoDefaultCompositePropertyPanelModel, CoDefaultRowModel, CoDefaultSimplePropertyPanelModel, CoDefaultTreeNodeModel, CoDefaultWizardModel

Deprecated.

@Deprecated
public interface CoInstanceHolderModel
extends CoModel

The model of the element that represents I*E element must implement this interface.

Supported API: true

Extendable: false


Field Summary
static String INSTANCE
          Deprecated. Label for the attribute; I*E element wrapped into CoInstance object.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 CoInstance getInstance()
          Deprecated. Gets the value of the attribute: INSTANCE.
 void setInstance(CoInstance a_Instance)
          Deprecated. Sets the value of the attribute: INSTANCE.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

INSTANCE

static final String INSTANCE
Deprecated. 
Label for the attribute; I*E element wrapped into CoInstance object. The element that owns this model represents wrapped I*E element.

Supported API: true

See Also:
Constant Field Values
Method Detail

getInstance

CoInstance getInstance()
Deprecated. 
Gets the value of the attribute: INSTANCE. I*E element wrapped into CoInstance object. The element that owns this model represents wrapped I*E element.

Supported API: true

Returns:
CoInstance

setInstance

void setInstance(CoInstance a_Instance)
Deprecated. 
Sets the value of the attribute: INSTANCE. I*E element wrapped into CoInstance object. The element that owns this model represents wrapped I*E element.

Supported API: true

Parameters:
a_Instance -