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

All Known Implementing Classes:
CoDefaultHyperLinkData

Deprecated.

@Deprecated
public interface CoHyperLinkData

CoHyperLinkData interface provides the access the the basic information about an hyperlink element.

Supported API: true

Extendable: false


Field Summary
static String ENV_DATA
          Deprecated. Label for the attribute; the reference to the conceptual environment

Supported API: true
static String HYPERLINK
          Deprecated. Label for the attribute; the reference to a hyperLink element.
 
Method Summary
 CoEnvData getEnvData()
          Deprecated. Gets the value of the attribute: ENV_DATA.
 CoHyperLink getHyperLink()
          Deprecated. Gets the value of the attribute: HYPERLINK.
 

Field Detail

ENV_DATA

static final String ENV_DATA
Deprecated. 
Label for the attribute; the reference to the conceptual environment

Supported API: true

See Also:
Constant Field Values

HYPERLINK

static final String HYPERLINK
Deprecated. 
Label for the attribute; the reference to a hyperLink element.

Supported API: true

See Also:
Constant Field Values
Method Detail

getEnvData

CoEnvData getEnvData()
Deprecated. 
Gets the value of the attribute: ENV_DATA. the reference to the conceptual environment

Supported API: true

Returns:
CoEnvData

getHyperLink

CoHyperLink getHyperLink()
Deprecated. 
Gets the value of the attribute: HYPERLINK. the reference to an hyperLinnk element.

Supported API: true

Returns:
CoHyperLink