|
Project: stp | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
ObjectEnum<CcMergeElement.MergeInterventionType>
CcMergeElement.MergeInterventionType
public static enum CcMergeElement.MergeInterventionType
Before the merge stage, the MergeInterventionType will either be
TRIVIAL or NON_TRIVIAL. After the merge stage,
MergeInterventionType shows what type of merge was performed,
AUTOMATIC or MANUAL.
| Enum Constant Summary | |
|---|---|
AUTOMATIC
No intervention during the merge. |
|
MANUAL
There was user intervention during the merge. |
|
NON_TRIVIAL
User intervention is required. |
|
TRIVIAL
No user intervention is required. |
|
UNKNOWN
|
|
| Method Summary | |
|---|---|
static CcMergeElement.MergeInterventionType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcMergeElement.MergeInterventionType[] |
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 CcMergeElement.MergeInterventionType AUTOMATIC
public static final CcMergeElement.MergeInterventionType MANUAL
public static final CcMergeElement.MergeInterventionType NON_TRIVIAL
public static final CcMergeElement.MergeInterventionType TRIVIAL
public static final CcMergeElement.MergeInterventionType UNKNOWN
| Method Detail |
|---|
public static CcMergeElement.MergeInterventionType 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 CcMergeElement.MergeInterventionType[] values()
for (CcMergeElement.MergeInterventionType c : CcMergeElement.MergeInterventionType.values()) System.out.println(c);
|
Generated Tue 10-Jun-2014 11:07 PM | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||