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

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

Deprecated.

@Deprecated
public class CoElementVisitStatus
extends Object
implements Serializable

The class define available statuses of the execusion of the visit method of a visitor.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static CoElementVisitStatus CONTINUE
          Deprecated. 

Supported API: true
static CoElementVisitStatus DONT_VISIT_CHILDREN
          Deprecated. 

Supported API: true
static CoElementVisitStatus STOP
          Deprecated. 

Supported API: true
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTINUE

public static final CoElementVisitStatus CONTINUE
Deprecated. 


Supported API: true


STOP

public static final CoElementVisitStatus STOP
Deprecated. 


Supported API: true


DONT_VISIT_CHILDREN

public static final CoElementVisitStatus DONT_VISIT_CHILDREN
Deprecated. 


Supported API: true