|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcElementType.MergeType>
CcElementType.MergeType
public static enum CcElementType.MergeType
Merge type of an element type.
The merge type defines the behaviour when a merge is performed via deliver, rebase or an explicit findmerge command. The four merge types are:
Enum Constant Summary | |
---|---|
AUTO
Automatically perform merges |
|
COPY
Copy version to merge |
|
NEVER
Never merge |
|
USER
Automatically perform trivial merges, manual for non-trivial |
Method Summary | |
---|---|
static CcElementType.MergeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcElementType.MergeType[] |
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 CcElementType.MergeType AUTO
public static final CcElementType.MergeType COPY
public static final CcElementType.MergeType NEVER
public static final CcElementType.MergeType USER
Method Detail |
---|
public static CcElementType.MergeType 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 CcElementType.MergeType[] values()
for (CcElementType.MergeType c : CcElementType.MergeType.values()) System.out.println(c);
|
Generated Wed 28-Nov-2012 10:22 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |