cz.cuni.amis.pogamut.episodic.query
Enum ComboTexts.ComboType
java.lang.Object
java.lang.Enum<ComboTexts.ComboType>
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>
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
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.