public enum FilterTypeDateOperatorsEnum extends Enum<FilterTypeDateOperatorsEnum> implements JREnum
| Enum Constant and Description |
|---|
EQUALS |
IS_AFTER |
IS_BEFORE |
IS_BETWEEN |
IS_NOT_BETWEEN |
IS_NOT_EQUAL_TO |
IS_ON_OR_AFTER |
IS_ON_OR_BEFORE |
| Modifier and Type | Method and Description |
|---|---|
static FilterTypeDateOperatorsEnum |
getByEnumConstantName(String name) |
static FilterTypeDateOperatorsEnum |
getByName(String name) |
static FilterTypeDateOperatorsEnum |
getByValue(byte value) |
static FilterTypeDateOperatorsEnum |
getByValue(Byte value) |
String |
getName() |
byte |
getValue() |
Byte |
getValueByte() |
static FilterTypeDateOperatorsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterTypeDateOperatorsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterTypeDateOperatorsEnum EQUALS
public static final FilterTypeDateOperatorsEnum IS_NOT_EQUAL_TO
public static final FilterTypeDateOperatorsEnum IS_BETWEEN
public static final FilterTypeDateOperatorsEnum IS_NOT_BETWEEN
public static final FilterTypeDateOperatorsEnum IS_ON_OR_BEFORE
public static final FilterTypeDateOperatorsEnum IS_BEFORE
public static final FilterTypeDateOperatorsEnum IS_ON_OR_AFTER
public static final FilterTypeDateOperatorsEnum IS_AFTER
public static FilterTypeDateOperatorsEnum[] values()
for (FilterTypeDateOperatorsEnum c : FilterTypeDateOperatorsEnum.values()) System.out.println(c);
public static FilterTypeDateOperatorsEnum 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 Byte getValueByte()
getValueByte in interface JREnumpublic static FilterTypeDateOperatorsEnum getByName(String name)
public static FilterTypeDateOperatorsEnum getByEnumConstantName(String name)
public static FilterTypeDateOperatorsEnum getByValue(Byte value)
public static FilterTypeDateOperatorsEnum getByValue(byte value)
Copyright © 2014. All rights reserved.