public static enum CcMergeElement.MergeState extends Enum<CcMergeElement.MergeState>
Enum Constant and Description |
---|
MERGE_ERROR |
MERGE_NOT_NEEDED |
MERGED |
NEEDS_MERGE |
NEEDS_NOAUTOMERGE |
NEVER_MERGE |
NO_MERGE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static CcMergeElement.MergeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcMergeElement.MergeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcMergeElement.MergeState MERGE_ERROR
public static final CcMergeElement.MergeState MERGE_NOT_NEEDED
public static final CcMergeElement.MergeState MERGED
public static final CcMergeElement.MergeState NEEDS_MERGE
public static final CcMergeElement.MergeState NEEDS_NOAUTOMERGE
public static final CcMergeElement.MergeState NEVER_MERGE
public static final CcMergeElement.MergeState NO_MERGE
public static final CcMergeElement.MergeState UNKNOWN
public static CcMergeElement.MergeState 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 CcMergeElement.MergeState[] values()
for (CcMergeElement.MergeState c : CcMergeElement.MergeState.values()) System.out.println(c);
Copyright © IBM 2018. All rights reserved.