com.ptc.core.ca.co.client.selection
Class CoClippingReason

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

Deprecated.

@Deprecated
public class CoClippingReason
extends Object
implements Externalizable

The clipping reason.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static CoClippingReason COPY
          Deprecated. Indicates the the item was clipped for the purpose of copying it.
static CoClippingReason CUT
          Deprecated. Indicates the the item was clipped for the purpose of cutting it.
 
Constructor Summary
  CoClippingReason()
          Deprecated. 

Supported API: true
protected CoClippingReason(String reason)
          Deprecated. 

Supported API: true
 
Method Summary
 boolean equals(CoClippingReason reason)
          Deprecated. Returns whether the reason is equal to this one.
 String getReason()
          Deprecated. Gets the value of the attribute: reason; the clipping reason.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPY

public static final CoClippingReason COPY
Deprecated. 
Indicates the the item was clipped for the purpose of copying it.

Supported API: true


CUT

public static final CoClippingReason CUT
Deprecated. 
Indicates the the item was clipped for the purpose of cutting it.

Supported API: true

Constructor Detail

CoClippingReason

protected CoClippingReason(String reason)
Deprecated. 


Supported API: true

Parameters:
reason -

CoClippingReason

public CoClippingReason()
Deprecated. 


Supported API: true

Method Detail

getReason

public String getReason()
Deprecated. 
Gets the value of the attribute: reason; the clipping reason.

Supported API: true

Returns:
String

equals

public boolean equals(CoClippingReason reason)
Deprecated. 
Returns whether the reason is equal to this one.

Supported API: true

Parameters:
reason -
Returns:
boolean