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