Package at.jku.ssw.fp.sect05_4.dsl
Class Var<T>
- java.lang.Object
-
- at.jku.ssw.fp.sect05_4.dsl.Var<T>
-
- Type Parameters:
T
- the type of the variable value
public class Var<T> extends Object
Variable with generic mutable value in a controller application.- Author:
- Herbert Praehofer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
Gets the variable value.void
set(T value)
Sets the variable value.String
toString()
-