public static enum KeywordOperand.KeywordEnum extends Enum<KeywordOperand.KeywordEnum>
| Enum Constant and Description |
|---|
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static KeywordOperand.KeywordEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static KeywordOperand.KeywordEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeywordOperand.KeywordEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeywordOperand.KeywordEnum EMPTY
public static KeywordOperand.KeywordEnum[] values()
for (KeywordOperand.KeywordEnum c : KeywordOperand.KeywordEnum.values()) System.out.println(c);
public static KeywordOperand.KeywordEnum 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 getValue()
public String toString()
toString in class Enum<KeywordOperand.KeywordEnum>public static KeywordOperand.KeywordEnum fromValue(String value)
Copyright © 2011–2021 Everit Kft.. All rights reserved.