public static enum CcUpdateListener.UpdateType extends Enum<CcUpdateListener.UpdateType>
Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 nameNullPointerException
- if the argument is nullpublic static CcUpdateListener.UpdateType[] values()
for (CcUpdateListener.UpdateType c : CcUpdateListener.UpdateType.values()) System.out.println(c);
Copyright © IBM 2018. All rights reserved.