|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MatchingRegisterFilter>
arta.synergy.web.common.client.data.bp.registries.MatchingRegisterFilter
public enum MatchingRegisterFilter
User: mgetmanov Date: 30.04.14 Time: 22:22
| Enum Constant Summary | |
|---|---|
CONTAINS
Содержит |
|
EMPTY
Отсутствует/пустой в зависимости от объекта сравнения |
|
END
Заканчивается |
|
EQUALS
Равно |
|
IN_ONE_DAY
в один день |
|
IN_ONE_YEAR
В один год |
|
LESS
Меньше |
|
LESS_OR_EQUALS
Меньше или равно |
|
LIKE
содержит часть |
|
MORE
больше |
|
MORE_OR_EQUALS
больше или равно |
|
NOT_CONTAINS
не содержит |
|
NOT_END
не заканчивается |
|
NOT_EQUALS
не равно |
|
NOT_START
не начинается |
|
START
начинается |
|
TEXT_EQUALS
равенство строк |
|
TEXT_NOT_EQUALS
неравенство строк |
|
WRONG
неправильное значение |
|
| Method Summary | |
|---|---|
java.lang.String |
getTextValue()
|
static MatchingRegisterFilter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MatchingRegisterFilter[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MatchingRegisterFilter EMPTY
public static final MatchingRegisterFilter MORE
public static final MatchingRegisterFilter MORE_OR_EQUALS
public static final MatchingRegisterFilter LESS
public static final MatchingRegisterFilter LESS_OR_EQUALS
public static final MatchingRegisterFilter EQUALS
public static final MatchingRegisterFilter NOT_EQUALS
public static final MatchingRegisterFilter WRONG
public static final MatchingRegisterFilter IN_ONE_YEAR
public static final MatchingRegisterFilter IN_ONE_DAY
public static final MatchingRegisterFilter CONTAINS
public static final MatchingRegisterFilter NOT_CONTAINS
public static final MatchingRegisterFilter LIKE
public static final MatchingRegisterFilter START
public static final MatchingRegisterFilter NOT_START
public static final MatchingRegisterFilter NOT_END
public static final MatchingRegisterFilter END
public static final MatchingRegisterFilter TEXT_NOT_EQUALS
public static final MatchingRegisterFilter TEXT_EQUALS
| Method Detail |
|---|
public static MatchingRegisterFilter[] values()
for (MatchingRegisterFilter c : MatchingRegisterFilter.values()) System.out.println(c);
public static MatchingRegisterFilter valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getTextValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||