public static enum AssistFieldStruct.QueryByField extends Enum<AssistFieldStruct.QueryByField> implements INumberEnum<Short>
Enum Constant and Description |
---|
BETWEEN |
CONTAINS |
DOESNOTCONTAIN |
DUEIN |
EQUAL |
GREATER |
INTHELAST |
INTHENEXT |
LESS |
NOTEQUAL |
NOTWITHIN |
OLDERTHAN |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static AssistFieldStruct.QueryByField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssistFieldStruct.QueryByField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssistFieldStruct.QueryByField GREATER
public static final AssistFieldStruct.QueryByField LESS
public static final AssistFieldStruct.QueryByField NOTEQUAL
public static final AssistFieldStruct.QueryByField BETWEEN
public static final AssistFieldStruct.QueryByField NOTWITHIN
public static final AssistFieldStruct.QueryByField EQUAL
public static final AssistFieldStruct.QueryByField CONTAINS
public static final AssistFieldStruct.QueryByField INTHELAST
public static final AssistFieldStruct.QueryByField INTHENEXT
public static final AssistFieldStruct.QueryByField OLDERTHAN
public static final AssistFieldStruct.QueryByField DUEIN
public static final AssistFieldStruct.QueryByField DOESNOTCONTAIN
public static AssistFieldStruct.QueryByField[] values()
for (AssistFieldStruct.QueryByField c : AssistFieldStruct.QueryByField.values()) System.out.println(c);
public static AssistFieldStruct.QueryByField 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 Short getValue()
getValue
in interface INumberEnum<Short>
public long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
Copyright © 2019–2021 HCL. All rights reserved.