|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcUpdateListener.UpdateType>
CcUpdateListener.UpdateType
public static enum CcUpdateListener.UpdateType
Values for file or directory update type
Enum Constant Summary | |
---|---|
CANDIDATE_FOUND
Update found for this file or directory |
|
CHECKOUT_FOUND
Checkout found for this file or direcotry |
|
KEPT_HIJACK
Kept hijack this file or direcotry |
|
LOADED
Loaded this file or directory |
|
RELOADED
Reloaded this file or directory |
|
RESTORED
Restored this file or directory |
|
UNDID_HIJACK
Cancelled hijack for this file or directory |
|
UNLOADED
Unloaded this file or directory |
|
UPDATED
Updated this file or directory |
Method Summary | |
---|---|
static CcUpdateListener.UpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcUpdateListener.UpdateType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CcUpdateListener.UpdateType CANDIDATE_FOUND
public static final CcUpdateListener.UpdateType CHECKOUT_FOUND
public static final CcUpdateListener.UpdateType KEPT_HIJACK
public static final CcUpdateListener.UpdateType LOADED
public static final CcUpdateListener.UpdateType RELOADED
public static final CcUpdateListener.UpdateType RESTORED
public static final CcUpdateListener.UpdateType UNDID_HIJACK
public static final CcUpdateListener.UpdateType UNLOADED
public static final CcUpdateListener.UpdateType UPDATED
Method Detail |
---|
public static CcUpdateListener.UpdateType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static CcUpdateListener.UpdateType[] values()
for (CcUpdateListener.UpdateType c : CcUpdateListener.UpdateType.values()) System.out.println(c);
|
Generated Mon 16-Jun-2014 09:52 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |