Uses of Class
com.opencloud.slee.resources.sis.script.variables.VariableType
-
Packages that use VariableType Package Description com.opencloud.slee.resources.sis.script.variables -
-
Uses of VariableType in com.opencloud.slee.resources.sis.script.variables
Methods in com.opencloud.slee.resources.sis.script.variables that return VariableType Modifier and Type Method Description VariableType
ScriptVariable. getType()
Get the type of the variable.static VariableType
VariableType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VariableType[]
VariableType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-