|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.catalog.ResolveDelta.Kind
Kind of Delta, used to indicate change.
Field Summary | |
static ResolveDelta.Kind |
ADDED
The resource has been added to the catalog. |
static ResolveDelta.Kind |
CHANGED
The resource has been changed. |
static ResolveDelta.Kind |
NO_CHANGE
Delta kind constant indicating no change. |
static ResolveDelta.Kind |
REMOVED
The resource has been removed from the catalog. |
static ResolveDelta.Kind |
REPLACED
The resource has been replaced with another entry in the catalog. |
Constructor Summary | |
ResolveDelta.Kind()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final ResolveDelta.Kind NO_CHANGE
ResolveDelta.getKind()
public static final ResolveDelta.Kind ADDED
ResolveDelta.getKind()
public static final ResolveDelta.Kind REMOVED
ResolveDelta.getKind()
public static final ResolveDelta.Kind CHANGED
ResolveDelta.getKind()
public static final ResolveDelta.Kind REPLACED
ResolveDelta.getKind()
Constructor Detail |
public ResolveDelta.Kind()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |