Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static VariableScopeType |
VariableScopeType.getFromStringValue(String value) |
VariableScopeType |
VariableType.getScope()
Returns the
scope element |
static VariableScopeType |
VariableScopeType.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.
|
Modifier and Type | Method and Description |
---|---|
VariableType<T> |
VariableType.scope(VariableScopeType scope)
Sets the
scope element |
Copyright © 2019 JBoss by Red Hat. All rights reserved.