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