Uses of Class
com.treescrub.spedran.data.VariableScope.ScopeType
-
Packages that use VariableScope.ScopeType Package Description com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API. -
-
Uses of VariableScope.ScopeType in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return VariableScope.ScopeType Modifier and Type Method Description VariableScope.ScopeTypeVariableScope. getType()Gets theVariableScope.ScopeTypefor the variable.static VariableScope.ScopeTypeVariableScope.ScopeType. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableScope.ScopeType[]VariableScope.ScopeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-