Package cronapi
Interface Variable
-
public interface Variable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoublegetObjectAsDouble()IntegergetObjectAsInt()<T> List<T>getObjectAsList()StringgetObjectAsString()<T> TgetTypedObject(Class<T> type)BooleanisNull()booleanisString()
-