class represents an address of the conceptual element
in the context of its parent element.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
abstract boolean |
equals(Object the_object)
Deprecated. Indicates whether some other object is "equal to" this one. |
Collection |
getChildrenAddresses()
Deprecated. Returns a collection of the addresses of children elements. |
CoAddressable |
getElement()
Deprecated. Gets the object for the association that plays role: element; the
element addressed by this address
Supported API: true |
CoAddressOfFrame |
getFrameAddress()
Deprecated. Returns the address of the frame element. |
CoAddress |
getParentAddress()
Deprecated. Returns the address of the parent element. |
abstract int |
hashCode()
Deprecated. Returns a hash code value for the object. |
void |
setElement(CoAddressable a_Element)
Deprecated. Sets the object for the association that plays role: element; the
element addressed by this address
Supported API: true |
ADDRESS_SEPARATOR
public static final String ADDRESS_SEPARATOR
- Deprecated.
Supported API: true
- See Also:
- Constant Field Values
ADDRESS_ELEMENT_SEPARATOR
public static final String ADDRESS_ELEMENT_SEPARATOR
- Deprecated.
Supported API: true
- See Also:
- Constant Field Values
ADDRESS_SUFFIX_SEPARATOR
public static final String ADDRESS_SUFFIX_SEPARATOR
- Deprecated.
Supported API: true
- See Also:
- Constant Field Values
ADDRESS_ELEMENT_ID_SEPARATOR
public static final String ADDRESS_ELEMENT_ID_SEPARATOR
- Deprecated.
Supported API: true
- See Also:
- Constant Field Values
TYPE_STATIC
public static final String TYPE_STATIC
- Deprecated.
Supported API: true
- See Also:
- Constant Field Values
TYPE_DYNAMIC
public static final String TYPE_DYNAMIC
- Deprecated.
Supported API: true
- See Also:
- Constant Field Values
TYPE_FRAME
public static final String TYPE_FRAME
- Deprecated.
Supported API: true
- See Also:
- Constant Field Values
getElement
public CoAddressable getElement()
- Deprecated.
- Gets the object for the association that plays role: element; the
element addressed by this address
Supported API: true
- Returns:
- CoAddressable
setElement
public void setElement(CoAddressable a_Element)
- Deprecated.
- Sets the object for the association that plays role: element; the
element addressed by this address
Supported API: true
- Parameters:
a_Element -
equals
public abstract boolean equals(Object the_object)
- Deprecated.
- Indicates whether some other object is "equal to" this one.
Supported API: true
- Overrides:
equals in class Object
- Parameters:
the_object -
- Returns:
- boolean
hashCode
public abstract int hashCode()
- Deprecated.
- Returns a hash code value for the object.
Supported API: true
- Overrides:
hashCode in class Object
- Returns:
- int
getParentAddress
public CoAddress getParentAddress()
- Deprecated.
- Returns the address of the parent element.
Supported API: true
- Returns:
- CoAddress
getFrameAddress
public CoAddressOfFrame getFrameAddress()
throws WTException
- Deprecated.
- Returns the address of the frame element.
Supported API: true
- Returns:
- CoAddressOfFrame
- Throws:
WTException
getChildrenAddresses
public Collection getChildrenAddresses()
- Deprecated.
- Returns a collection of the addresses of children elements.
Supported API: true
- Returns:
- Collection