public static enum DecisionNavigatorItem.Type extends Enum<DecisionNavigatorItem.Type>
Enum Constant and Description |
---|
CONTEXT |
DECISION_TABLE |
FUNCTION_DEFINITION |
INVOCATION |
ITEM |
LIST |
LITERAL_EXPRESSION |
RELATION |
ROOT |
Modifier and Type | Method and Description |
---|---|
static DecisionNavigatorItem.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionNavigatorItem.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecisionNavigatorItem.Type ROOT
public static final DecisionNavigatorItem.Type ITEM
public static final DecisionNavigatorItem.Type CONTEXT
public static final DecisionNavigatorItem.Type DECISION_TABLE
public static final DecisionNavigatorItem.Type FUNCTION_DEFINITION
public static final DecisionNavigatorItem.Type INVOCATION
public static final DecisionNavigatorItem.Type LIST
public static final DecisionNavigatorItem.Type LITERAL_EXPRESSION
public static final DecisionNavigatorItem.Type RELATION
public static DecisionNavigatorItem.Type[] values()
for (DecisionNavigatorItem.Type c : DecisionNavigatorItem.Type.values()) System.out.println(c);
public static DecisionNavigatorItem.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.