public static enum DecisionNavigatorItem.Type extends Enum<DecisionNavigatorItem.Type>
Enum Constant and Description |
---|
BUSINESS_KNOWLEDGE_MODEL |
CONTEXT |
DECISION |
DECISION_SERVICE |
DECISION_TABLE |
FUNCTION_DEFINITION |
INPUT_DATA |
INVOCATION |
ITEM |
KNOWLEDGE_SOURCE |
LIST |
LITERAL_EXPRESSION |
RELATION |
ROOT |
TEXT_ANNOTATION |
Modifier and Type | Method and Description |
---|---|
static DecisionNavigatorItem.Type |
ofExpressionNodeClassName(String nodeClassName) |
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 final DecisionNavigatorItem.Type TEXT_ANNOTATION
public static final DecisionNavigatorItem.Type BUSINESS_KNOWLEDGE_MODEL
public static final DecisionNavigatorItem.Type INPUT_DATA
public static final DecisionNavigatorItem.Type DECISION_SERVICE
public static final DecisionNavigatorItem.Type KNOWLEDGE_SOURCE
public static final DecisionNavigatorItem.Type DECISION
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 nullpublic static DecisionNavigatorItem.Type ofExpressionNodeClassName(String nodeClassName)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.