public static enum DecisionTableUIModelMapperHelper.DecisionTableSection extends Enum<DecisionTableUIModelMapperHelper.DecisionTableSection>
| Enum Constant and Description |
|---|
ANNOTATION_CLAUSES |
INPUT_CLAUSES |
NONE |
OUTPUT_CLAUSES |
ROW_INDEX |
| Modifier and Type | Method and Description |
|---|---|
static DecisionTableUIModelMapperHelper.DecisionTableSection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionTableUIModelMapperHelper.DecisionTableSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecisionTableUIModelMapperHelper.DecisionTableSection NONE
public static final DecisionTableUIModelMapperHelper.DecisionTableSection ROW_INDEX
public static final DecisionTableUIModelMapperHelper.DecisionTableSection INPUT_CLAUSES
public static final DecisionTableUIModelMapperHelper.DecisionTableSection OUTPUT_CLAUSES
public static final DecisionTableUIModelMapperHelper.DecisionTableSection ANNOTATION_CLAUSES
public static DecisionTableUIModelMapperHelper.DecisionTableSection[] values()
for (DecisionTableUIModelMapperHelper.DecisionTableSection c : DecisionTableUIModelMapperHelper.DecisionTableSection.values()) System.out.println(c);
public static DecisionTableUIModelMapperHelper.DecisionTableSection 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–2020 JBoss by Red Hat. All rights reserved.