com.ptc.core.ca.co.client.primitive
Interface CoConnectorModel

All Superinterfaces:
CoModel
All Known Implementing Classes:
CoDefaultConnectorModel

Deprecated.

@Deprecated
public interface CoConnectorModel
extends CoModel

The interface a model of the CoConnector element implements.

Supported API: true

Extendable: false


Field Summary
static String CONNECTED_ELEMENT
          Deprecated. Label for the attribute; the element connected by the connector

Supported API: true
static String CONTEXT
          Deprecated. Label for the attribute; the context connected element will be found in.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 CoElement getConnectedElement()
          Deprecated. Gets the value of the attribute: CONNECTED_ELEMENT.
 CoContext getContext()
          Deprecated. Gets the value of the attribute: CONTEXT.
 void setConnectedElement(CoElement a_ConnectedElement)
          Deprecated. Sets the value of the attribute: CONNECTED_ELEMENT.
 void setContext(CoContext a_Context)
          Deprecated. Sets the value of the attribute: CONTEXT.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

CONTEXT

static final String CONTEXT
Deprecated. 
Label for the attribute; the context connected element will be found in.

Supported API: true

See Also:
Constant Field Values

CONNECTED_ELEMENT

static final String CONNECTED_ELEMENT
Deprecated. 
Label for the attribute; the element connected by the connector

Supported API: true

See Also:
Constant Field Values
Method Detail

getContext

CoContext getContext()
Deprecated. 
Gets the value of the attribute: CONTEXT. the context connected element will be found in.

Supported API: true

Returns:
CoContext

setContext

void setContext(CoContext a_Context)
Deprecated. 
Sets the value of the attribute: CONTEXT. the context connected element will be found in.

Supported API: true

Parameters:
a_Context -

getConnectedElement

CoElement getConnectedElement()
Deprecated. 
Gets the value of the attribute: CONNECTED_ELEMENT. the element connected by the connector

Supported API: true

Returns:
CoElement

setConnectedElement

void setConnectedElement(CoElement a_ConnectedElement)
Deprecated. 
Sets the value of the attribute: CONNECTED_ELEMENT. the element connected by the connector

Supported API: true

Parameters:
a_ConnectedElement -