com.starteam
Class CheckoutManager.Progress.Phase

java.lang.Object
  extended by com.starteam.CheckoutManager.Progress.Phase
Enclosing class:
CheckoutManager.Progress

public static final class CheckoutManager.Progress.Phase
extends java.lang.Object

Information on the phase of a checkout progress of the Checkout operation from CheckoutManager.

See Also:
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

PRE_PROCESSING

public static final CheckoutManager.Progress.Phase PRE_PROCESSING
The Pre Processing Phase


CHECKING_OUT

public static final CheckoutManager.Progress.Phase CHECKING_OUT
The Checking Out Phase


POST_PROCESSING

public static final CheckoutManager.Progress.Phase POST_PROCESSING
The Post Processing Phase


CANCELED

public static final CheckoutManager.Progress.Phase CANCELED
The Canceled phase

Method Detail

getName

public java.lang.String getName()
Get the name of this Phase.

Returns:
Return the name of this Phase.

toString

public java.lang.String toString()
Returns a string representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of this object.

equals

public boolean equals(java.lang.Object other)
Returns true if the specified Object identifies the same exact Phase.

Overrides:
equals in class java.lang.Object
Parameters:
other - - the object to be compared to for equality
Returns:
true if the specified object identifies the same item as this.

hashCode

public int hashCode()
Return a hashCode for this Phase.

Overrides:
hashCode in class java.lang.Object
Returns:
a hashCode for this Phase.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.