com.ptc.core.ca.co.client.address
Class CoStaticElementAddress
java.lang.Object
com.ptc.core.ca.co.client.address.CoAddress
com.ptc.core.ca.co.client.address.CoStaticElementAddress
- All Implemented Interfaces:
- Externalizable, Serializable
- Direct Known Subclasses:
- CoAddressOfFrame, WebStaticElementAddress
Deprecated.
@Deprecated
public abstract class CoStaticElementAddress
- extends CoAddress
- implements Externalizable
CoStaticElementAddress class represents an address of the
static conceptual element in the context of its parent element. The element
is considered to be static when its existence solely depends on the
configuration.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
boolean |
equals(Object the_object)
Deprecated. Indicates whether some other object is "equal to" this one. |
String |
getAlias()
Deprecated. Gets the value of the attribute: alias; id of the conceptual element. |
CoConfigFeature |
getConfiguration(CoEnvData envData)
Deprecated. Retuns configuration feature for the element addressed by this address. |
String |
getType()
Deprecated. Returns the type of the address. |
int |
hashCode()
Deprecated. Returns a hash code value for the object. |
void |
init(CoConfigFeature configuration,
CoEnvData envData)
Deprecated. Init address based on the configuration information
Supported API: true |
void |
setAlias(String a_Alias)
Deprecated. Sets the value of the attribute: alias; id of the conceptual element. |
getAlias
public String getAlias()
- Deprecated.
- Gets the value of the attribute: alias; id of the conceptual element.
The element derives its id from the configuration specification from
id attribute. Then the attribute is not specified, tag
of the configuration element is used as its id.
Supported API: true
- Returns:
- String
setAlias
public void setAlias(String a_Alias)
- Deprecated.
- Sets the value of the attribute: alias; id of the conceptual element.
The element derives its id from the configuration specification from
id attribute. Then the attribute is not specified, tag
of the configuration element is used as its id.
Supported API: true
- Parameters:
a_Alias -
equals
public boolean equals(Object the_object)
- Deprecated.
- Indicates whether some other object is "equal to" this one.
Supported API: true
- Specified by:
equals in class CoAddress
- Parameters:
the_object -
- Returns:
- boolean
hashCode
public int hashCode()
- Deprecated.
- Returns a hash code value for the object.
Supported API: true
- Specified by:
hashCode in class CoAddress
- Returns:
- int
getType
public String getType()
- Deprecated.
- Returns the type of the address.
Supported API: true
- Returns:
- String
init
public void init(CoConfigFeature configuration,
CoEnvData envData)
throws WTException
- Deprecated.
- Init address based on the configuration information
Supported API: true
- Parameters:
configuration - envData -
- Throws:
WTException
getConfiguration
public CoConfigFeature getConfiguration(CoEnvData envData)
throws WTException
- Deprecated.
- Retuns configuration feature for the element addressed by this address.
Supported API: true
- Parameters:
envData -
- Returns:
- CoConfigFeature
- Throws:
WTException