Uses of Class
org.webswing.server.services.rest.resources.model.VariableSetName
-
Packages that use VariableSetName Package Description org.webswing.server.services.rest.resources.model -
-
Uses of VariableSetName in org.webswing.server.services.rest.resources.model
Methods in org.webswing.server.services.rest.resources.model that return VariableSetName Modifier and Type Method Description static VariableSetNameVariableSetName. fromValue(String value)VariableSetNameMetaField. getVariables()static VariableSetNameVariableSetName. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableSetName[]VariableSetName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.webswing.server.services.rest.resources.model with parameters of type VariableSetName Modifier and Type Method Description voidMetaField. setVariables(VariableSetName variables)MetaFieldMetaField. variables(VariableSetName variables)
-