arta.synergy.web.common.client.data.bp.registries
Enum MatchingRegisterFilter

java.lang.Object
  extended by java.lang.Enum<MatchingRegisterFilter>
      extended by arta.synergy.web.common.client.data.bp.registries.MatchingRegisterFilter
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MatchingRegisterFilter>

public enum MatchingRegisterFilter
extends java.lang.Enum<MatchingRegisterFilter>
implements java.io.Serializable

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

EMPTY

public static final MatchingRegisterFilter EMPTY
Отсутствует/пустой в зависимости от объекта сравнения


MORE

public static final MatchingRegisterFilter MORE
больше


MORE_OR_EQUALS

public static final MatchingRegisterFilter MORE_OR_EQUALS
больше или равно


LESS

public static final MatchingRegisterFilter LESS
Меньше


LESS_OR_EQUALS

public static final MatchingRegisterFilter LESS_OR_EQUALS
Меньше или равно


EQUALS

public static final MatchingRegisterFilter EQUALS
Равно


NOT_EQUALS

public static final MatchingRegisterFilter NOT_EQUALS
не равно


WRONG

public static final MatchingRegisterFilter WRONG
неправильное значение


IN_ONE_YEAR

public static final MatchingRegisterFilter IN_ONE_YEAR
В один год


IN_ONE_DAY

public static final MatchingRegisterFilter IN_ONE_DAY
в один день


CONTAINS

public static final MatchingRegisterFilter CONTAINS
Содержит


NOT_CONTAINS

public static final MatchingRegisterFilter NOT_CONTAINS
не содержит


LIKE

public static final MatchingRegisterFilter LIKE
содержит часть


START

public static final MatchingRegisterFilter START
начинается


NOT_START

public static final MatchingRegisterFilter NOT_START
не начинается


NOT_END

public static final MatchingRegisterFilter NOT_END
не заканчивается


END

public static final MatchingRegisterFilter END
Заканчивается


TEXT_NOT_EQUALS

public static final MatchingRegisterFilter TEXT_NOT_EQUALS
неравенство строк


TEXT_EQUALS

public static final MatchingRegisterFilter TEXT_EQUALS
равенство строк

Method Detail

values

public static MatchingRegisterFilter[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (MatchingRegisterFilter c : MatchingRegisterFilter.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MatchingRegisterFilter valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getTextValue

public java.lang.String getTextValue()


Copyright © 2000 Dummy Corp. All Rights Reserved.