Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee6.ResAuthType

Packages that use ResAuthType
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ResAuthType in org.jboss.shrinkwrap.descriptor.api.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return ResAuthType
static ResAuthType ResAuthType.getFromStringValue(String value)
           
 ResAuthType ResourceRefType.getResAuth()
          Returns the res-auth element
static ResAuthType ResAuthType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResAuthType[] ResAuthType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 with parameters of type ResAuthType
 ResourceRefType<T> ResourceRefType.resAuth(ResAuthType resAuth)
          Sets the res-auth element
 

Uses of ResAuthType in org.jboss.shrinkwrap.descriptor.api.jbosscommon60
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 that return ResAuthType
 ResAuthType ResourceRefType.getResAuth()
          Returns the res-auth element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 with parameters of type ResAuthType
 ResourceRefType<T> ResourceRefType.resAuth(ResAuthType resAuth)
          Sets the res-auth element
 



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