arta.synergy.web.common.client.data.actions.filter
Enum ConditionType

java.lang.Object
  extended by java.lang.Enum<ConditionType>
      extended by arta.synergy.web.common.client.data.actions.filter.ConditionType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ConditionType>

public enum ConditionType
extends java.lang.Enum<ConditionType>

Created by IntelliJ IDEA. User: topa Date: 26.11.12 Time: 14:03 To change this template use File | Settings | File Templates.


Enum Constant Summary
AUTHOR
           
CONTAINS_WORDS
           
DATE
           
EXCLUDES_WORDS
           
FEATURES
           
PERIOD
           
PRIORITY
           
PROGRESS
           
RESPONSIBLE
           
STATUS
           
WORK_TYPE
           
 
Method Summary
static ConditionType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConditionType[] 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

CONTAINS_WORDS

public static final ConditionType CONTAINS_WORDS

EXCLUDES_WORDS

public static final ConditionType EXCLUDES_WORDS

WORK_TYPE

public static final ConditionType WORK_TYPE

AUTHOR

public static final ConditionType AUTHOR

DATE

public static final ConditionType DATE

PROGRESS

public static final ConditionType PROGRESS

STATUS

public static final ConditionType STATUS

FEATURES

public static final ConditionType FEATURES

PRIORITY

public static final ConditionType PRIORITY

PERIOD

public static final ConditionType PERIOD

RESPONSIBLE

public static final ConditionType RESPONSIBLE
Method Detail

values

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

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

valueOf

public static ConditionType 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


Copyright © 2000 Dummy Corp. All Rights Reserved.