|
Jalopy 1.0b10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hunsicker.jalopy.storage.Environment.Variable
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(java.lang.Object o)
|
java.lang.String |
getName()
Returns the name of the variable. |
int |
hashCode()
|
java.lang.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 |
public static final Environment.Variable FILE
public static final Environment.Variable FILE_NAME
public static final Environment.Variable FILE_FORMAT
public static final Environment.Variable TAB_SIZE
public static final Environment.Variable CONVENTION
public static final Environment.Variable PACKAGE
public static final Environment.Variable TYPE_PARAM
public static final Environment.Variable TYPE_EXCEPTION
public static final Environment.Variable TYPE_OBJECT
Method Detail |
public java.lang.String getName()
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String toString()
getName()
|
Jalopy 1.0b10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |