|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<IWriteableMergeResult.Type>
org.electrocodeogram.cpc.merge.api.strategy.IWriteableMergeResult.Type
public static enum IWriteableMergeResult.Type
Specifies how a clone was affected by the merge operation.
| Enum Constant Summary | |
|---|---|
ADDED
The clone was newly added. |
|
LOST
The clone was lost during the merge because its new position could not be determined. |
|
MODFIED
The content of the clone was modified. |
|
MOVED
The clone's position or other attributes were changed. |
|
MOVED_MODIFIED
Combination of MOVED and MODFIED. |
|
REMOVED
The clone was removed due to a user modification. |
|
UNCHANGED
The clone was not affected by the merge. |
|
| Method Summary | |
|---|---|
static IWriteableMergeResult.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IWriteableMergeResult.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IWriteableMergeResult.Type ADDED
public static final IWriteableMergeResult.Type MOVED
public static final IWriteableMergeResult.Type MODFIED
public static final IWriteableMergeResult.Type MOVED_MODIFIED
MOVED and MODFIED.
public static final IWriteableMergeResult.Type REMOVED
public static final IWriteableMergeResult.Type LOST
public static final IWriteableMergeResult.Type UNCHANGED
| Method Detail |
|---|
public static IWriteableMergeResult.Type[] values()
for (IWriteableMergeResult.Type c : IWriteableMergeResult.Type.values()) System.out.println(c);
public static IWriteableMergeResult.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||