Uses of Class
org.jboss.shrinkwrap.descriptor.api.webcommon30.WebAppVersionType

Packages that use WebAppVersionType
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of WebAppVersionType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return WebAppVersionType
 WebAppVersionType WebAppDescriptor.getVersion()
          Returns the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 with parameters of type WebAppVersionType
 WebAppDescriptor WebAppDescriptor.version(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(String value)
           
 WebAppVersionType WebAppType.getVersion()
          Returns the version attribute
 WebAppVersionType WebFragmentType.getVersion()
          Returns the version attribute
static WebAppVersionType WebAppVersionType.valueOf(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
 WebAppType<T> WebAppType.version(WebAppVersionType version)
          Sets the version attribute
 WebFragmentType<T> WebFragmentType.version(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 WebFragmentDescriptor.getVersion()
          Returns the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 with parameters of type WebAppVersionType
 WebFragmentDescriptor WebFragmentDescriptor.version(WebAppVersionType version)
          Sets the version attribute
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.