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