org.n52.wps.server.grass.util
Enum GRASSWPSConfigVariables
java.lang.Object
java.lang.Enum<GRASSWPSConfigVariables>
org.n52.wps.server.grass.util.GRASSWPSConfigVariables
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<GRASSWPSConfigVariables>
public enum GRASSWPSConfigVariables
- extends java.lang.Enum<GRASSWPSConfigVariables>
| 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 |
Python_Path
public static final GRASSWPSConfigVariables Python_Path
Addon_Dir
public static final GRASSWPSConfigVariables Addon_Dir
DONT_USE_PROCESSES
public static final GRASSWPSConfigVariables DONT_USE_PROCESSES
Grass_Home
public static final GRASSWPSConfigVariables Grass_Home
TMP_Dir
public static final GRASSWPSConfigVariables TMP_Dir
ModuleStarter_Home
public static final GRASSWPSConfigVariables ModuleStarter_Home
Python_Home
public static final GRASSWPSConfigVariables Python_Home
PROJ_SHARE_Dir
public static final GRASSWPSConfigVariables PROJ_SHARE_Dir
GISRC_Dir
public static final GRASSWPSConfigVariables GISRC_Dir
values
public static GRASSWPSConfigVariables[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GRASSWPSConfigVariables c : GRASSWPSConfigVariables.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GRASSWPSConfigVariables valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
Copyright © 2007-2011 52north.org. All Rights Reserved.