de.glossmaker.gui.bibtex
Enum EUserInteration

Package class diagram package EUserInteration
java.lang.Object
  extended by java.lang.Enum<EUserInteration>
      extended by de.glossmaker.gui.bibtex.EUserInteration
All Implemented Interfaces:
Serializable, Comparable<EUserInteration>

public enum EUserInteration
extends Enum<EUserInteration>


Enum Constant Summary
CLEAR
           
CLOSE_WINDOW
           
NOT_VALID_INPUT
           
VALID_INPUT
           
 
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.
 
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

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
Method Detail

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.