|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ShpFiles.State>
org.geotools.data.shapefile.ShpFiles.State
public static enum ShpFiles.State
Enum Constant Summary | |
---|---|
GOOD
Indicates that the url and lock were successfully obtained |
|
LOCKED
Indicates that the files are locked by another thread. |
|
NOT_EXIST
Indicates the files does not exist for this shapefile |
Method Summary | |
---|---|
static ShpFiles.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ShpFiles.State[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ShpFiles.State NOT_EXIST
public static final ShpFiles.State LOCKED
public static final ShpFiles.State GOOD
Method Detail |
---|
public static ShpFiles.State[] values()
for (ShpFiles.State c : ShpFiles.State.values()) System.out.println(c);
public static ShpFiles.State 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
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |