il2.inf
Enum Algorithm.Key

Object
  extended by Enum<Algorithm.Key>
      extended by Algorithm.Key
All Implemented Interfaces:
Serializable, Comparable<Algorithm.Key>
Enclosing class:
Algorithm

public static enum Algorithm.Key
extends Enum<Algorithm.Key>

keys to identify properties of Settings


Enum Constant Summary
actionlistener
           
advanced
           
caption
           
ceiling
           
defaultValue
           
floor
           
increment
           
info
           
keystroke
           
legal
           
notext
           
plural
           
 
Field Summary
 Class<?> clazz
           
 
Method Summary
static Algorithm.Key valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Algorithm.Key[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

caption

public static final Algorithm.Key caption

info

public static final Algorithm.Key info

floor

public static final Algorithm.Key floor

ceiling

public static final Algorithm.Key ceiling

defaultValue

public static final Algorithm.Key defaultValue

legal

public static final Algorithm.Key legal

keystroke

public static final Algorithm.Key keystroke

advanced

public static final Algorithm.Key advanced

increment

public static final Algorithm.Key increment

plural

public static final Algorithm.Key plural

notext

public static final Algorithm.Key notext

actionlistener

public static final Algorithm.Key actionlistener
Field Detail

clazz

public final Class<?> clazz
Method Detail

values

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

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

valueOf

public static Algorithm.Key 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 UCLA Automated Reasoning Group