Uses of Class
org.jboss.metadata.web.spec.VariableScopeType
-
Packages that use VariableScopeType Package Description org.jboss.metadata.web.spec -
-
Uses of VariableScopeType in org.jboss.metadata.web.spec
Methods in org.jboss.metadata.web.spec that return VariableScopeType Modifier and Type Method Description VariableScopeTypeVariableMetaData. getScope()static VariableScopeTypeVariableScopeType. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableScopeType[]VariableScopeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.metadata.web.spec with parameters of type VariableScopeType Modifier and Type Method Description voidVariableMetaData. setScope(VariableScopeType scope)
-