Uses of Class
com.uc4.api.objects.VariableAttributes.Source
-
Packages that use VariableAttributes.Source Package Description com.uc4.api.objects -
-
Uses of VariableAttributes.Source in com.uc4.api.objects
Methods in com.uc4.api.objects that return VariableAttributes.Source Modifier and Type Method Description VariableAttributes.Source
VariableAttributes. getSource()
Returns the source of this variable.static VariableAttributes.Source
VariableAttributes.Source. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VariableAttributes.Source[]
VariableAttributes.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-