cz.cuni.amis.pogamut.episodic.query
Enum ComboTexts.ComboType

Package class diagram package ComboTexts.ComboType
java.lang.Object
  extended by java.lang.Enum<ComboTexts.ComboType>
      extended by cz.cuni.amis.pogamut.episodic.query.ComboTexts.ComboType
All Implemented Interfaces:
Serializable, Comparable<ComboTexts.ComboType>
Enclosing class:
ComboTexts

public static enum ComboTexts.ComboType
extends Enum<ComboTexts.ComboType>


Enum Constant Summary
COMBO_ACTIVITY
           
COMBO_EPISODE
           
COMBO_ITEM
           
COMBO_TIME
           
 
Method Summary
static ComboTexts.ComboType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComboTexts.ComboType[] 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

COMBO_ACTIVITY

public static final ComboTexts.ComboType COMBO_ACTIVITY

COMBO_ITEM

public static final ComboTexts.ComboType COMBO_ITEM

COMBO_TIME

public static final ComboTexts.ComboType COMBO_TIME

COMBO_EPISODE

public static final ComboTexts.ComboType COMBO_EPISODE
Method Detail

values

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

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

valueOf

public static ComboTexts.ComboType 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


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.