public static enum MCriteria.SimpleOp extends Enum<MCriteria.SimpleOp>
| Enum Constant and Description |
|---|
EQ
The eq.
|
GE
The ge.
|
GT
The gt.
|
LE
The le.
|
LT
The lt.
|
NE
The ne.
|
NOT_NULL
The not null.
|
NULL
The null.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSymbol()
Gets the symbol.
|
static MCriteria.SimpleOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MCriteria.SimpleOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MCriteria.SimpleOp GE
public static final MCriteria.SimpleOp LT
public static final MCriteria.SimpleOp GT
public static final MCriteria.SimpleOp LE
public static final MCriteria.SimpleOp NULL
public static final MCriteria.SimpleOp NOT_NULL
public static final MCriteria.SimpleOp EQ
public static final MCriteria.SimpleOp NE
public static MCriteria.SimpleOp[] values()
for (MCriteria.SimpleOp c : MCriteria.SimpleOp.values()) System.out.println(c);
public static MCriteria.SimpleOp 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 getSymbol()
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.