public static enum GuidedDecisionTableTheme.ModelColumnType extends Enum<GuidedDecisionTableTheme.ModelColumnType>
Enum Constant and Description |
---|
ACTION |
ATTRIBUTE |
CAPTION |
CONDITION |
DESCRIPTION |
METADATA |
ROW_NUMBER |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static GuidedDecisionTableTheme.ModelColumnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuidedDecisionTableTheme.ModelColumnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuidedDecisionTableTheme.ModelColumnType ROW_NUMBER
public static final GuidedDecisionTableTheme.ModelColumnType DESCRIPTION
public static final GuidedDecisionTableTheme.ModelColumnType METADATA
public static final GuidedDecisionTableTheme.ModelColumnType ATTRIBUTE
public static final GuidedDecisionTableTheme.ModelColumnType CONDITION
public static final GuidedDecisionTableTheme.ModelColumnType ACTION
public static final GuidedDecisionTableTheme.ModelColumnType CAPTION
public static final GuidedDecisionTableTheme.ModelColumnType UNKNOWN
public static GuidedDecisionTableTheme.ModelColumnType[] values()
for (GuidedDecisionTableTheme.ModelColumnType c : GuidedDecisionTableTheme.ModelColumnType.values()) System.out.println(c);
public static GuidedDecisionTableTheme.ModelColumnType 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–2018 JBoss by Red Hat. All rights reserved.