public static enum DiffInfo.TYPE extends java.lang.Enum<DiffInfo.TYPE>
Enum Constant and Description |
---|
ADDED
this resource is new and not contained in the old version
|
MOVED
this resource is in both versions but at different locations
|
REMOVED
this resource has been removed and is only in the old version
|
SAME
resource is in both versions at the same location
|
Modifier and Type | Method and Description |
---|---|
static DiffInfo.TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiffInfo.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiffInfo.TYPE ADDED
public static final DiffInfo.TYPE REMOVED
public static final DiffInfo.TYPE MOVED
public static final DiffInfo.TYPE SAME
public static DiffInfo.TYPE[] values()
for (DiffInfo.TYPE c : DiffInfo.TYPE.values()) System.out.println(c);
public static DiffInfo.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 namejava.lang.NullPointerException
- if the argument is nullCopyright © 2010 - 2023 Adobe. All Rights Reserved