ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.ResourceRefType

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

Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.api.j2ee14
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return ResourceRefType
 ResourceRefType<T> ResourceRefType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceRefType<T> ResourceRefType.removeAllDescription()
          Removes the description element
 ResourceRefType<T> ResourceRefType.removeResAuth()
          Removes the res-auth attribute
 ResourceRefType<T> ResourceRefType.removeResRefName()
          Removes the res-ref-name element
 ResourceRefType<T> ResourceRefType.removeResSharingScope()
          Removes the res-sharing-scope attribute
 ResourceRefType<T> ResourceRefType.removeResType()
          Removes the res-type element
 ResourceRefType<T> ResourceRefType.resAuth(ResAuthType resAuth)
          Sets the res-auth element
 ResourceRefType<T> ResourceRefType.resAuth(String resAuth)
          Sets the res-auth element
 ResourceRefType<T> ResourceRefType.resRefName(String resRefName)
          Sets the res-ref-name element
 ResourceRefType<T> ResourceRefType.resSharingScope(ResSharingScopeType resSharingScope)
          Sets the res-sharing-scope element
 ResourceRefType<T> ResourceRefType.resSharingScope(String resSharingScope)
          Sets the res-sharing-scope element
 ResourceRefType<T> ResourceRefType.resType(String resType)
          Sets the res-type element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.