Class Value<T>
- java.lang.Object
-
- com.inductiveautomation.ignition.common.Value<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
static <T extends java.io.Serializable>
Value<T>of(T object)
Factory method for Value which uses type inference to make code shorter.
-