|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IResolveDelta.Kind>
net.refractions.udig.catalog.IResolveDelta.Kind
public static enum IResolveDelta.Kind
Kind of Delta, used to indicate change.
Enum Constant Summary | |
---|---|
ADDED
The resource has been added to the catalog. |
|
CHANGED
The resource has been changed. |
|
NO_CHANGE
Delta kind constant indicating no change. |
|
REMOVED
The resource has been removed from the catalog. |
|
REPLACED
The resource has been replaced with another entry in the catalog. |
Method Summary | |
---|---|
static IResolveDelta.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IResolveDelta.Kind[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IResolveDelta.Kind NO_CHANGE
IResolveDelta.getKind()
public static final IResolveDelta.Kind ADDED
IResolveDelta.getKind()
public static final IResolveDelta.Kind REMOVED
IResolveDelta.getKind()
public static final IResolveDelta.Kind CHANGED
IResolveDelta.getKind()
public static final IResolveDelta.Kind REPLACED
IResolveDelta.getKind()
Method Detail |
---|
public static final IResolveDelta.Kind[] values()
for(IResolveDelta.Kind c : IResolveDelta.Kind.values()) System.out.println(c);
public static IResolveDelta.Kind 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |