public static enum DSLMappingEntry.Section extends Enum<DSLMappingEntry.Section>
Enum Constant and Description |
---|
ANY |
CONDITION |
CONSEQUENCE |
KEYWORD |
Modifier and Type | Method and Description |
---|---|
String |
getSymbol() |
static DSLMappingEntry.Section |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DSLMappingEntry.Section[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DSLMappingEntry.Section KEYWORD
public static final DSLMappingEntry.Section CONDITION
public static final DSLMappingEntry.Section CONSEQUENCE
public static final DSLMappingEntry.Section ANY
public static DSLMappingEntry.Section[] values()
for (DSLMappingEntry.Section c : DSLMappingEntry.Section.values()) System.out.println(c);
public static DSLMappingEntry.Section 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 String getSymbol()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.