public enum TokenParamModifier extends Enum<TokenParamModifier>
TokenParam| Enum Constant and Description |
|---|
ABOVE
:above
|
BELOW
:above
|
IN
:in
|
NOT
:not
|
NOT_IN
:not-in
|
TEXT
:text
|
| Modifier and Type | Method and Description |
|---|---|
static TokenParamModifier |
forValue(String theValue) |
String |
getValue() |
static TokenParamModifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenParamModifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenParamModifier ABOVE
public static final TokenParamModifier BELOW
public static final TokenParamModifier IN
public static final TokenParamModifier NOT
public static final TokenParamModifier NOT_IN
public static final TokenParamModifier TEXT
public static TokenParamModifier[] values()
for (TokenParamModifier c : TokenParamModifier.values()) System.out.println(c);
public static TokenParamModifier 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 static TokenParamModifier forValue(String theValue)
Copyright © 2014–2017 University Health Network. All rights reserved.