public static enum Validation.OperatorType extends Enum<Validation.OperatorType>
Enum Constant and Description |
---|
BETWEEN |
EQUAL |
GREATER_OR_EQUAL |
GREATER_THAN |
LESS_OR_EQUAL |
LESS_THAN |
NOT_BETWEEN |
NOT_EQUAL |
Modifier and Type | Method and Description |
---|---|
SDataValidation.OperatorType |
getNative() |
static Validation.OperatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Validation.OperatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Validation.OperatorType BETWEEN
public static final Validation.OperatorType NOT_BETWEEN
public static final Validation.OperatorType EQUAL
public static final Validation.OperatorType NOT_EQUAL
public static final Validation.OperatorType GREATER_THAN
public static final Validation.OperatorType LESS_THAN
public static final Validation.OperatorType GREATER_OR_EQUAL
public static final Validation.OperatorType LESS_OR_EQUAL
public static Validation.OperatorType[] values()
for (Validation.OperatorType c : Validation.OperatorType.values()) System.out.println(c);
public static Validation.OperatorType 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 SDataValidation.OperatorType getNative()
Copyright © 2020. All rights reserved.