|
Project: stp | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
ObjectEnum<CcVersion.CcMergeFlag>
CcVersion.CcMergeFlag
public static enum CcVersion.CcMergeFlag
Flags for the doMerge method
| Enum Constant Summary | |
|---|---|
NO_ARROWS
Requests to only merge the data sent. |
|
NO_DATA
Informs the merge that there is no data being sent. |
|
REPLACE
If a merge arrow already exists, this will delete and replace that merge arrow. |
|
| Method Summary | |
|---|---|
static CcVersion.CcMergeFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcVersion.CcMergeFlag[] |
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 CcVersion.CcMergeFlag NO_ARROWS
public static final CcVersion.CcMergeFlag NO_DATA
public static final CcVersion.CcMergeFlag REPLACE
| Method Detail |
|---|
public static CcVersion.CcMergeFlag 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 CcVersion.CcMergeFlag[] values()
for (CcVersion.CcMergeFlag c : CcVersion.CcMergeFlag.values()) System.out.println(c);
|
Generated Thu 17-Apr-2014 03:22 PM | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||