@Deprecated public enum ResourceDeltaKind extends java.lang.Enum<ResourceDeltaKind>
| Enum Constant and Description |
|---|
ADDED
Deprecated.
|
CHANGED
Deprecated.
|
REMOVED
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceDeltaKind |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ResourceDeltaKind[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceDeltaKind CHANGED
public static final ResourceDeltaKind ADDED
public static final ResourceDeltaKind REMOVED
public static ResourceDeltaKind[] values()
for (ResourceDeltaKind c : ResourceDeltaKind.values()) System.out.println(c);
public static ResourceDeltaKind 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