public enum RuleScopeType extends Enum<RuleScopeType>
| Modifier and Type | Method and Description |
|---|---|
static RuleScopeType |
get(String ruleScopeType) |
String |
getLabel() |
String |
toString() |
static RuleScopeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleScopeType TABLE
public static final RuleScopeType COLUMN
public static RuleScopeType[] values()
for (RuleScopeType c : RuleScopeType.values()) System.out.println(c);
public static RuleScopeType 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 toString()
toString in class Enum<RuleScopeType>public String getLabel()
public static RuleScopeType get(String ruleScopeType)
Copyright © 2018. All Rights Reserved.