public static enum RDDModelNodeTriggerControlStructure.Type extends java.lang.Enum<RDDModelNodeTriggerControlStructure.Type>
Enum Constant and Description |
---|
Call |
Case |
Else |
For |
ForBreak |
Foreach |
ForeachBreak |
ForeachItem |
ForItem |
If |
Otherwise |
Then |
When |
While |
WhileBreak |
WhileItem |
Modifier and Type | Method and Description |
---|---|
static RDDModelNodeTriggerControlStructure.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RDDModelNodeTriggerControlStructure.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDDModelNodeTriggerControlStructure.Type For
public static final RDDModelNodeTriggerControlStructure.Type ForItem
public static final RDDModelNodeTriggerControlStructure.Type ForBreak
public static final RDDModelNodeTriggerControlStructure.Type While
public static final RDDModelNodeTriggerControlStructure.Type WhileItem
public static final RDDModelNodeTriggerControlStructure.Type WhileBreak
public static final RDDModelNodeTriggerControlStructure.Type Foreach
public static final RDDModelNodeTriggerControlStructure.Type ForeachItem
public static final RDDModelNodeTriggerControlStructure.Type ForeachBreak
public static final RDDModelNodeTriggerControlStructure.Type If
public static final RDDModelNodeTriggerControlStructure.Type Then
public static final RDDModelNodeTriggerControlStructure.Type Else
public static final RDDModelNodeTriggerControlStructure.Type Case
public static final RDDModelNodeTriggerControlStructure.Type When
public static final RDDModelNodeTriggerControlStructure.Type Otherwise
public static final RDDModelNodeTriggerControlStructure.Type Call
public static RDDModelNodeTriggerControlStructure.Type[] values()
for (RDDModelNodeTriggerControlStructure.Type c : RDDModelNodeTriggerControlStructure.Type.values()) System.out.println(c);
public static RDDModelNodeTriggerControlStructure.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