|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebAppVersionType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.webapp30 | Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.webfragment30 | Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webapp30 | Provides the implementation classes as defined in the schema web-app_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webcommon30 | Provides the implementation classes as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webfragment30 | Provides the implementation classes as defined in the schema web-fragment_3_0.xsd |
Uses of WebAppVersionType in org.jboss.shrinkwrap.descriptor.api.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return WebAppVersionType | |
---|---|
WebAppVersionType |
WebApp30Descriptor.getVersion()
Returns the version element |
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 with parameters of type WebAppVersionType | |
---|---|
WebApp30Descriptor |
WebApp30Descriptor.setVersion(WebAppVersionType version)
Sets the version attribute |
Uses of WebAppVersionType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return WebAppVersionType | |
---|---|
static WebAppVersionType |
WebAppVersionType.getFromStringValue(java.lang.String value)
|
WebAppVersionType |
WebFragmentType.getVersion()
Returns the version element |
WebAppVersionType |
WebAppType.getVersion()
Returns the version element |
static WebAppVersionType |
WebAppVersionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WebAppVersionType[] |
WebAppVersionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 with parameters of type WebAppVersionType | |
---|---|
WebFragmentType<T> |
WebFragmentType.setVersion(WebAppVersionType version)
Sets the version attribute |
WebAppType<T> |
WebAppType.setVersion(WebAppVersionType version)
Sets the version attribute |
Uses of WebAppVersionType in org.jboss.shrinkwrap.descriptor.api.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return WebAppVersionType | |
---|---|
WebAppVersionType |
WebFragment30Descriptor.getVersion()
Returns the version element |
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 with parameters of type WebAppVersionType | |
---|---|
WebFragment30Descriptor |
WebFragment30Descriptor.setVersion(WebAppVersionType version)
Sets the version attribute |
Uses of WebAppVersionType in org.jboss.shrinkwrap.descriptor.impl.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return WebAppVersionType | |
---|---|
WebAppVersionType |
WebApp30DescriptorImpl.getVersion()
Returns the version element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 with parameters of type WebAppVersionType | |
---|---|
WebApp30Descriptor |
WebApp30DescriptorImpl.setVersion(WebAppVersionType version)
Sets the version attribute |
Uses of WebAppVersionType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return WebAppVersionType | |
---|---|
WebAppVersionType |
WebFragmentTypeImpl.getVersion()
Returns the version element |
WebAppVersionType |
WebAppTypeImpl.getVersion()
Returns the version element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 with parameters of type WebAppVersionType | |
---|---|
WebFragmentType<T> |
WebFragmentTypeImpl.setVersion(WebAppVersionType version)
Sets the version attribute |
WebAppType<T> |
WebAppTypeImpl.setVersion(WebAppVersionType version)
Sets the version attribute |
Uses of WebAppVersionType in org.jboss.shrinkwrap.descriptor.impl.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return WebAppVersionType | |
---|---|
WebAppVersionType |
WebFragment30DescriptorImpl.getVersion()
Returns the version element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 with parameters of type WebAppVersionType | |
---|---|
WebFragment30Descriptor |
WebFragment30DescriptorImpl.setVersion(WebAppVersionType version)
Sets the version attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |