Jalopy 1.0b10

de.hunsicker.jalopy.storage
Class Environment.Variable

java.lang.Object
  |
  +--de.hunsicker.jalopy.storage.Environment.Variable
Enclosing class:
Environment

public static final class Environment.Variable
extends Object

Represents a local environment variable.


Field Summary
static Environment.Variable CONVENTION
          Defines the variable "convention".
static Environment.Variable FILE
          Defines the variable "file".
static Environment.Variable FILE_FORMAT
          Defines the variable "fileFormat".
static Environment.Variable FILE_NAME
          Defines the variable "fileName".
static Environment.Variable PACKAGE
          Defines the variable "package".
static Environment.Variable TAB_SIZE
          Defines the variable "tabSize".
static Environment.Variable TYPE_EXCEPTION
          Defines the variable "exceptionType".
static Environment.Variable TYPE_OBJECT
          Defines the variable "objectType".
static Environment.Variable TYPE_PARAM
          Defines the variable "paramType".
 
Method Summary
 boolean equals(Object o)
           
 String getName()
          Returns the name of the variable.
 int hashCode()
           
 String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FILE

public static final Environment.Variable FILE
Defines the variable "file".

FILE_NAME

public static final Environment.Variable FILE_NAME
Defines the variable "fileName".

FILE_FORMAT

public static final Environment.Variable FILE_FORMAT
Defines the variable "fileFormat".

TAB_SIZE

public static final Environment.Variable TAB_SIZE
Defines the variable "tabSize".

CONVENTION

public static final Environment.Variable CONVENTION
Defines the variable "convention".

PACKAGE

public static final Environment.Variable PACKAGE
Defines the variable "package".

TYPE_PARAM

public static final Environment.Variable TYPE_PARAM
Defines the variable "paramType".

TYPE_EXCEPTION

public static final Environment.Variable TYPE_EXCEPTION
Defines the variable "exceptionType".

TYPE_OBJECT

public static final Environment.Variable TYPE_OBJECT
Defines the variable "objectType".
Method Detail

getName

public String getName()
Returns the name of the variable.
Returns:
variable name.

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Returns a string representation of this object.
Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
getName()

Jalopy 1.0b10

Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: November 14 2002