public enum DroolsEditorType extends Enum<DroolsEditorType>
Enum Constant and Description |
---|
BOOLEAN_CONST |
CODE_CHUNK |
IDENTIFIER |
IDENTIFIER_PATTERN |
IDENTIFIER_TYPE |
IDENTIFIER_VARIABLE |
KEYWORD |
NULL_CONST |
NUMERIC_CONST |
STRING_CONST |
SYMBOL |
Modifier and Type | Method and Description |
---|---|
static DroolsEditorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DroolsEditorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DroolsEditorType KEYWORD
public static final DroolsEditorType CODE_CHUNK
public static final DroolsEditorType SYMBOL
public static final DroolsEditorType NUMERIC_CONST
public static final DroolsEditorType BOOLEAN_CONST
public static final DroolsEditorType STRING_CONST
public static final DroolsEditorType NULL_CONST
public static final DroolsEditorType IDENTIFIER
public static final DroolsEditorType IDENTIFIER_VARIABLE
public static final DroolsEditorType IDENTIFIER_TYPE
public static final DroolsEditorType IDENTIFIER_PATTERN
public static DroolsEditorType[] values()
for (DroolsEditorType c : DroolsEditorType.values()) System.out.println(c);
public static DroolsEditorType 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-2014 JBoss by Red Hat. All Rights Reserved.