com.ptc.core.ca.co.client.address
Class CoAddressOfFrame
java.lang.Object
com.ptc.core.ca.co.client.address.CoAddress
com.ptc.core.ca.co.client.address.CoStaticElementAddress
com.ptc.core.ca.co.client.address.CoAddressOfFrame
- All Implemented Interfaces:
- Externalizable, Serializable
- Direct Known Subclasses:
- WebAddressOfFrame
Deprecated.
@Deprecated
public abstract class CoAddressOfFrame
- extends CoStaticElementAddress
- implements Externalizable
CoAddressOfFrame class represents an address of the frame
conceptual element in session.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
CoContext |
getContext()
Deprecated. Gets the object for the association that plays role: context; context
of the frame element. |
String |
getTypeId()
Deprecated. Gets the value of the attribute: typeId; type of the Info*Engine element
related to this frame. |
String |
getUfid()
Deprecated. Gets the value of the attribute: ufid; UFID of the Info*Engine element
related to this frame. |
boolean |
isTemporary()
Deprecated. Gets the value of the attribute: temporary; The flag that indicates
if the related frame is a temporary frame or not. |
void |
setContext(CoContext a_Context)
Deprecated. Sets the object for the association that plays role: context; context
of the frame element. |
void |
setTemporary(boolean a_Temporary)
Deprecated. Sets the value of the attribute: temporary; The flag that indicates
if the related frame is a temporary frame or not. |
void |
setTypeId(String a_TypeId)
Deprecated. Sets the value of the attribute: typeId; type of the Info*Engine element
related to this frame. |
void |
setUfid(String a_Ufid)
Deprecated. Sets the value of the attribute: ufid; UFID of the Info*Engine element
related to this frame. |
void |
update(CoAction action,
CoEnvData envData)
Deprecated. Init address based on the configuration information
Supported API: true |
ELEMENT_ANY
public static final String ELEMENT_ANY
- Deprecated.
Supported API: true
- See Also:
- Constant Field Values
getUfid
public String getUfid()
- Deprecated.
- Gets the value of the attribute: ufid; UFID of the Info*Engine element
related to this frame.
Supported API: true
- Returns:
- String
setUfid
public void setUfid(String a_Ufid)
- Deprecated.
- Sets the value of the attribute: ufid; UFID of the Info*Engine element
related to this frame.
Supported API: true
- Parameters:
a_Ufid -
getTypeId
public String getTypeId()
- Deprecated.
- Gets the value of the attribute: typeId; type of the Info*Engine element
related to this frame.
Supported API: true
- Returns:
- String
setTypeId
public void setTypeId(String a_TypeId)
- Deprecated.
- Sets the value of the attribute: typeId; type of the Info*Engine element
related to this frame.
Supported API: true
- Parameters:
a_TypeId -
isTemporary
public boolean isTemporary()
- Deprecated.
- Gets the value of the attribute: temporary; The flag that indicates
if the related frame is a temporary frame or not.
Supported API: true
- Returns:
- boolean
setTemporary
public void setTemporary(boolean a_Temporary)
- Deprecated.
- Sets the value of the attribute: temporary; The flag that indicates
if the related frame is a temporary frame or not.
Supported API: true
- Parameters:
a_Temporary -
getContext
public CoContext getContext()
- Deprecated.
- Gets the object for the association that plays role: context; context
of the frame element. The context is a collection of dimensions with
their values.
Supported API: true
- Returns:
- CoContext
setContext
public void setContext(CoContext a_Context)
- Deprecated.
- Sets the object for the association that plays role: context; context
of the frame element. The context is a collection of dimensions with
their values.
Supported API: true
- Parameters:
a_Context -
update
public void update(CoAction action,
CoEnvData envData)
throws WTException
- Deprecated.
- Init address based on the configuration information
Supported API: true
- Parameters:
action - envData -
- Throws:
WTException