Klasse Variable
java.lang.Object
org.apache.torque.generator.variable.Variable
A variable which can be used to transport data in and between outlets.
A variable has a name (possibly with a name space),
a value (which may be null),
and a scope (determining in which outlets this variable will be visible).
if the scope is
CHILDREN
, the outlet in which this
variable was set is also stored in the variable.-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVariable
(QualifiedName name, Object value, Variable.Scope scope) Constructor. -
Methodenübersicht
-
Konstruktordetails
-
Variable
Constructor.- Parameter:
name
- the name of the variable, not null.value
- the value of the variable.scope
- the scope of the variable, not null.
-
-
Methodendetails
-
getName
Returns the name of the variable.- Gibt zurück:
- the name of the variable, not null.
-
getValue
Returns the value of the variable,- Gibt zurück:
- the value of the variable, may be null.
-
setValue
Sets the value of the variable.- Parameter:
value
- the value to set in the variable.
-
getScope
Returns the scope of the variable.- Gibt zurück:
- the scope of the variable, not null.
-
hashCode
public int hashCode() -
equals
-
toString
-