Interface BrowsableVariableRepository
- All Superinterfaces:
AutoCloseable, Service, StaticService, VariableAware, VariableRepository
A
VariableRepository that can browse the variables.-
Method Summary
Methods inherited from interface VariableAware
getVariable, setVariableMethods inherited from interface VariableRepository
getId, removeVariable
-
Method Details
-
hasVariables
boolean hasVariables()Are there any variables in the repository. -
size
int size()Number of variables -
names
-
getVariables
-
clear
void clear()Removes all variables
-