|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.CheckoutManager.Progress.Phase
public static final class CheckoutManager.Progress.Phase
Information on the phase of a checkout progress of the Checkout operation from CheckoutManager.
CheckoutManager,
CheckoutManager.Progress.getCurrentPhase()| Field Summary | |
|---|---|
static CheckoutManager.Progress.Phase |
CANCELED
The Canceled phase |
static CheckoutManager.Progress.Phase |
CHECKING_OUT
The Checking Out Phase |
static CheckoutManager.Progress.Phase |
POST_PROCESSING
The Post Processing Phase |
static CheckoutManager.Progress.Phase |
PRE_PROCESSING
The Pre Processing Phase |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Returns true if the specified Object identifies the
same exact Phase. |
java.lang.String |
getName()
Get the name of this Phase. |
int |
hashCode()
Return a hashCode for this Phase. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CheckoutManager.Progress.Phase PRE_PROCESSING
public static final CheckoutManager.Progress.Phase CHECKING_OUT
public static final CheckoutManager.Progress.Phase POST_PROCESSING
public static final CheckoutManager.Progress.Phase CANCELED
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
Object identifies the
same exact Phase.
equals in class java.lang.Objectother - - the object to be compared to for equality
public int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||