public enum UTILITYSPACETYPE extends java.lang.Enum<UTILITYSPACETYPE>
Enum Constant and Description |
---|
CONSTRAINT |
LINEAR |
NONLINEAR |
UNCERTAIN |
Modifier and Type | Method and Description |
---|---|
static UTILITYSPACETYPE |
getUtilitySpaceType(java.lang.String filename) |
static UTILITYSPACETYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UTILITYSPACETYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UTILITYSPACETYPE LINEAR
public static final UTILITYSPACETYPE NONLINEAR
public static final UTILITYSPACETYPE CONSTRAINT
public static final UTILITYSPACETYPE UNCERTAIN
public static UTILITYSPACETYPE[] values()
for (UTILITYSPACETYPE c : UTILITYSPACETYPE.values()) System.out.println(c);
public static UTILITYSPACETYPE 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 nullpublic static UTILITYSPACETYPE getUtilitySpaceType(java.lang.String filename)