Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.ui.style.editors
Enum FilterEditor.FilterIdentifier

java.lang.Object
  extended by java.lang.Enum<FilterEditor.FilterIdentifier>
      extended by eu.esdihumboldt.hale.ui.style.editors.FilterEditor.FilterIdentifier
All Implemented Interfaces:
Serializable, Comparable<FilterEditor.FilterIdentifier>
Enclosing class:
FilterEditor

public static enum FilterEditor.FilterIdentifier
extends Enum<FilterEditor.FilterIdentifier>

Supported filters enumeration


Enum Constant Summary
EQUAL
           
GREATER_OR_EQUAL
           
GREATER_THAN
           
LESS_OR_EQUAL
           
LESS_THAN
           
LIKE
           
 
Method Summary
 String toString()
           
static FilterEditor.FilterIdentifier valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FilterEditor.FilterIdentifier[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EQUAL

public static final FilterEditor.FilterIdentifier EQUAL
See Also:
FilterFactory.equals(Expression, Expression)

LESS_THAN

public static final FilterEditor.FilterIdentifier LESS_THAN
See Also:
FilterFactory.less(Expression, Expression)

LESS_OR_EQUAL

public static final FilterEditor.FilterIdentifier LESS_OR_EQUAL
See Also:
FilterFactory.lessOrEqual(Expression, Expression)

GREATER_THAN

public static final FilterEditor.FilterIdentifier GREATER_THAN
See Also:
FilterFactory.greater(Expression, Expression)

GREATER_OR_EQUAL

public static final FilterEditor.FilterIdentifier GREATER_OR_EQUAL
See Also:
FilterFactory.greaterOrEqual(Expression, Expression)

LIKE

public static final FilterEditor.FilterIdentifier LIKE
See Also:
FilterFactory.like(Expression, String)
Method Detail

values

public static FilterEditor.FilterIdentifier[] 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 (FilterEditor.FilterIdentifier c : FilterEditor.FilterIdentifier.values())
    System.out.println(c);

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

valueOf

public static FilterEditor.FilterIdentifier valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Overrides:
toString in class Enum<FilterEditor.FilterIdentifier>
See Also:
Enum.toString()

Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d