Uses of Class
org.jboss.shrinkwrap.descriptor.api.jbossweb60.JbossWebVersionType

Packages that use JbossWebVersionType
org.jboss.shrinkwrap.descriptor.api.jbossweb60 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of JbossWebVersionType in org.jboss.shrinkwrap.descriptor.api.jbossweb60
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return JbossWebVersionType
static JbossWebVersionType JbossWebVersionType.getFromStringValue(String value)
           
 JbossWebVersionType JbossWebType.getVersion()
          Returns the version attribute
 JbossWebVersionType JbossWebDescriptor.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.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 with parameters of type JbossWebVersionType
 JbossWebType<T> JbossWebType.version(JbossWebVersionType version)
          Sets the version attribute
 JbossWebDescriptor JbossWebDescriptor.version(JbossWebVersionType version)
          Sets the version attribute
 



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