Package net.officefloor.plugin.variable
Interface In<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
Retrieves the value for the variable.
-
-
-
Method Detail
-
get
T get()
Retrieves the value for the variable.- Returns:
- Value for the variable.
-
-