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