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