public abstract class EnvVar
extends java.lang.Object
Constructor and Description |
---|
EnvVar() |
Modifier and Type | Method and Description |
---|---|
abstract Value |
get()
Returns the current value.
|
abstract Var |
getVar()
Returns the current Var.
|
abstract Value |
set(Value value)
Sets the current value.
|
Var |
setRef(Value value)
Sets the value as a reference.
|
abstract Var |
setVar(Var var)
Sets the var.
|