com.ptc.core.ca.co.client.element
Class CoElementMode

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementMode
All Implemented Interfaces:
Externalizable, Serializable

Deprecated.

@Deprecated
public class CoElementMode
extends Object
implements Externalizable

An instance of CoElementMode class represents a mode of a conceptual element.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static CoElementMode CREATE
          Deprecated. 

Supported API: true
static CoElementMode EDIT
          Deprecated. 

Supported API: true
static CoElementMode SEARCH
          Deprecated. 

Supported API: true
static CoElementMode VIEW
          Deprecated. 

Supported API: true
 
Method Summary
 boolean equals(CoElementMode mode)
          Deprecated. 

Supported API: true
 String getMode()
          Deprecated. Gets the value of the attribute: mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATE

public static final CoElementMode CREATE
Deprecated. 


Supported API: true


VIEW

public static final CoElementMode VIEW
Deprecated. 


Supported API: true


EDIT

public static final CoElementMode EDIT
Deprecated. 


Supported API: true


SEARCH

public static final CoElementMode SEARCH
Deprecated. 


Supported API: true

Method Detail

getMode

public String getMode()
Deprecated. 
Gets the value of the attribute: mode.

Supported API: true

Returns:
String

equals

public boolean equals(CoElementMode mode)
Deprecated. 


Supported API: true

Parameters:
mode -
Returns:
boolean