Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static JbossWebVersionType |
JbossWebVersionType.getFromStringValue(String value) |
JbossWebVersionType |
JbossWebDescriptor.getVersion()
Returns the
version attribute |
JbossWebVersionType |
JbossWebType.getVersion()
Returns the
version attribute |
static JbossWebVersionType |
JbossWebVersionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JbossWebVersionType[] |
JbossWebVersionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JbossWebDescriptor |
JbossWebDescriptor.version(JbossWebVersionType version)
Sets the
version attribute |
JbossWebType<T> |
JbossWebType.version(JbossWebVersionType version)
Sets the
version attribute |
Copyright © 2015 JBoss by Red Hat. All rights reserved.