com.ptc.core.ca.co.client.address
Interface CoAddressable

All Known Subinterfaces:
CoFrameManaged, CoLayout, CoNavBar, CoPropertyPanel, CoURLContent
All Known Implementing Classes:
CoAbstractLayout, CoAction, CoActionList, CoColumn, CoCompositeFrame, CoCompositeLayout, CoCompositeNavBar, CoCompositePropertyPanel, CoCompositeTable, CoCompositeTree, CoConnector, com.ptc.core.ca.co.client.primitive.CoDataDrivenEnumerator, CoElement, CoEmbeddedURLContent, CoEnumerator, CoFrame, CoHyperLink, CoLabel, CoLayoutRow, CoList, CoNavBarRow, CoPlugin, CoProperty, CoRow, CoSelectList, com.ptc.core.ca.co.client.propertyPanel.CoSeparatedProperty, CoSeparator, CoSimpleColumn, CoSimpleFrame, CoSimpleLayout, CoSimpleNavBar, CoSimplePropertyPanel, CoSimpleTable, com.ptc.core.ca.co.client.primitive.CoSpacer, CoTable, CoTree, CoTreeNode, CoWizard, CoWizardStepList, WebAction, WebActionList, WebCompositeFrame, WebCompositeLayout, WebCompositeNavBar, WebCompositePropertyPanel, WebCompositeTable, WebCompositeTree, WebConnector, WebDataDrivenEnumerator, WebEmbeddedURLContent, WebEnumerator, WebHyperLink, WebLabel, WebLayoutRow, WebList, WebNavBarRow, WebPlugin, WebProperty, WebRow, WebSelectList, WebSeparatedProperty, WebSeparator, WebShadow, WebSimpleColumn, WebSimpleFrame, WebSimpleLayout, WebSimpleNavBar, WebSimplePropertyPanel, WebSimpleTable, WebSpacer, WebTreeNode, WebWizard, WebWizardStepList

Deprecated.

@Deprecated
public interface CoAddressable

The interface the addressable elements implement.

Supported API: true

Extendable: false


Field Summary
static String ADDRESS
          Deprecated. Label for the attribute; the address of the element

Supported API: true
 
Method Summary
 CoAddress getAddress()
          Deprecated. Gets the object for the association that plays role: ADDRESS.
 void setAddress(CoAddress a_Address)
          Deprecated. Sets the object for the association that plays role: ADDRESS.
 

Field Detail

ADDRESS

static final String ADDRESS
Deprecated. 
Label for the attribute; the address of the element

Supported API: true

See Also:
Constant Field Values
Method Detail

getAddress

CoAddress getAddress()
Deprecated. 
Gets the object for the association that plays role: ADDRESS. the address of the element

Supported API: true

Returns:
CoAddress

setAddress

void setAddress(CoAddress a_Address)
Deprecated. 
Sets the object for the association that plays role: ADDRESS. the address of the element

Supported API: true

Parameters:
a_Address -