public static enum NFELinePointRule.LPRuleSource extends java.lang.Enum<NFELinePointRule.LPRuleSource>
Enum Constant and Description |
---|
LLRULE
The rule was created by a line-line rule
|
USER
The rule was created by a user
|
Modifier and Type | Method and Description |
---|---|
int |
getOrdinal() |
static NFELinePointRule.LPRuleSource |
valueOf(int value) |
static NFELinePointRule.LPRuleSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NFELinePointRule.LPRuleSource[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final NFELinePointRule.LPRuleSource USER
public static final NFELinePointRule.LPRuleSource LLRULE
public static NFELinePointRule.LPRuleSource[] values()
for (NFELinePointRule.LPRuleSource c : NFELinePointRule.LPRuleSource.values()) System.out.println(c);
public static NFELinePointRule.LPRuleSource 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 int getOrdinal()
public static NFELinePointRule.LPRuleSource valueOf(int value)