@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public static enum MergedFileState.MergeStatus
extends java.lang.Enum<MergedFileState.MergeStatus>
| Enum Constant and Description |
|---|
ADDED
Status that specifies that the current file is added.
|
DELETED
Status that specifies that the current file is deleted.
|
MODIFIED
Status that specifies that the current file is modified.
|
UNMODIFIED
Status that specifies that the current file is unmodified.
|
| Modifier and Type | Method and Description |
|---|---|
static MergedFileState.MergeStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MergedFileState.MergeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergedFileState.MergeStatus UNMODIFIED
public static final MergedFileState.MergeStatus MODIFIED
public static final MergedFileState.MergeStatus ADDED
public static final MergedFileState.MergeStatus DELETED
public static MergedFileState.MergeStatus[] values()
for (MergedFileState.MergeStatus c : MergedFileState.MergeStatus.values()) System.out.println(c);
public static MergedFileState.MergeStatus 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 namejava.lang.NullPointerException - if the argument is null© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.