org.javagen.agile.oo.context
Enum Keys

java.lang.Object
  extended by java.lang.Enum<Keys>
      extended by org.javagen.agile.oo.context.Keys
All Implemented Interfaces:
Serializable, Comparable<Keys>

public enum Keys
extends Enum<Keys>


Enum Constant Summary
BASE_PACKAGE_NAME
           
MODEL
           
MODEL_NAME
           
RELATIVE_PACKAGE_NAME
           
 
Method Summary
 String toString()
           
static Keys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Keys[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

MODEL

public static final Keys MODEL

MODEL_NAME

public static final Keys MODEL_NAME

BASE_PACKAGE_NAME

public static final Keys BASE_PACKAGE_NAME

RELATIVE_PACKAGE_NAME

public static final Keys RELATIVE_PACKAGE_NAME
Method Detail

values

public static final Keys[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(Keys c : Keys.values())
        System.out.println(c);

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

valueOf

public static Keys 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

toString

public String toString()
Overrides:
toString in class Enum<Keys>


Copyright 2006-2006-2007 Outsource Cafe Inc.. All Rights Reserved.