|
Jalopy 1.0b10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.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(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 |
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 String getName()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
getName()
|
Jalopy 1.0b10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |