public static enum Param.OPERATOR extends Enum<Param.OPERATOR>
| Enum Constant and Description |
|---|
BETWEEN |
BLANK |
EQ |
GE |
GT |
IN |
ISEMPTY
for empty collection!
|
ISNOTEMPTY
for empty collection!
|
ISNOTNULL |
ISNULL |
LE |
LIKE |
LT |
MEMBEROF |
NE |
NOTBLANK |
| Modifier and Type | Method and Description |
|---|---|
static Param.OPERATOR |
fromToken(String token) |
String |
getToken() |
String |
toString() |
static Param.OPERATOR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Param.OPERATOR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Param.OPERATOR EQ
public static final Param.OPERATOR GT
public static final Param.OPERATOR LT
public static final Param.OPERATOR GE
public static final Param.OPERATOR LE
public static final Param.OPERATOR IN
public static final Param.OPERATOR LIKE
public static final Param.OPERATOR NE
public static final Param.OPERATOR MEMBEROF
public static final Param.OPERATOR BETWEEN
public static final Param.OPERATOR ISNULL
public static final Param.OPERATOR ISNOTNULL
public static final Param.OPERATOR BLANK
public static final Param.OPERATOR NOTBLANK
public static final Param.OPERATOR ISEMPTY
public static final Param.OPERATOR ISNOTEMPTY
public static Param.OPERATOR[] values()
for (Param.OPERATOR c : Param.OPERATOR.values()) System.out.println(c);
public static Param.OPERATOR 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<Param.OPERATOR>public String getToken()
public static Param.OPERATOR fromToken(String token)
Copyright © 2018–2020 Fryske Akademy. All rights reserved.