de.glossmaker.gui.bibtex
Enum EUserInteration
java.lang.Object
java.lang.Enum<EUserInteration>
de.glossmaker.gui.bibtex.EUserInteration
- All Implemented Interfaces:
- Serializable, Comparable<EUserInteration>
public enum EUserInteration
- extends Enum<EUserInteration>
Method Summary |
static EUserInteration |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EUserInteration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
VALID_INPUT
public static final EUserInteration VALID_INPUT
NOT_VALID_INPUT
public static final EUserInteration NOT_VALID_INPUT
CLEAR
public static final EUserInteration CLEAR
CLOSE_WINDOW
public static final EUserInteration CLOSE_WINDOW
values
public static EUserInteration[] 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 (EUserInteration c : EUserInteration.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EUserInteration 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 © 2010 - 2011 Markus Flingelli. All Rights Reserved.