|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.selection.CoClippingReason
@Deprecated public class CoClippingReason
The clipping reason.
Supported API: true
Extendable: false
| 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 |
|---|
public static final CoClippingReason COPY
public static final CoClippingReason CUT
| Constructor Detail |
|---|
protected CoClippingReason(String reason)
reason - public CoClippingReason()
| Method Detail |
|---|
public String getReason()
public boolean equals(CoClippingReason reason)
reason -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||