Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.ResourceRefType
Packages that use ResourceRefType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return ResourceRefTypeModifier and TypeMethodDescriptionResourceRefType.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementSets theidattributeResourceRefType.lookupName(String lookupName) Sets thelookup-nameelementResourceRefType.mappedName(String mappedName) Sets themapped-nameelementResourceRefType.removeAllDescription()Removes thedescriptionelementResourceRefType.removeAllInjectionTarget()Removes allinjection-targetelementsResourceRefType.removeId()Removes theidattributeResourceRefType.removeLookupName()Removes thelookup-nameelementResourceRefType.removeMappedName()Removes themapped-nameelementResourceRefType.removeResAuth()Removes theres-authattributeResourceRefType.removeResRefName()Removes theres-ref-nameelementResourceRefType.removeResSharingScope()Removes theres-sharing-scopeattributeResourceRefType.removeResType()Removes theres-typeelementSets theres-authelementResourceRefType.resAuth(ResAuthType resAuth) Sets theres-authelementResourceRefType.resRefName(String resRefName) Sets theres-ref-nameelementResourceRefType.resSharingScope(String resSharingScope) Sets theres-sharing-scopeelementResourceRefType.resSharingScope(ResSharingScopeType resSharingScope) Sets theres-sharing-scopeelementSets theres-typeelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type ResourceRefTypeModifier and TypeMethodDescriptionResourceRefType.createInjectionTarget()Creates a newinjection-targetelementResourceRefType.getAllInjectionTarget()Returns allinjection-targetelementsResourceRefType.getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned. -
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement ResourceRefTypeModifier and TypeClassDescriptionclassThis class implements theresource-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return ResourceRefTypeModifier and TypeMethodDescriptionResourceRefTypeImpl.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementSets theidattributeResourceRefTypeImpl.lookupName(String lookupName) Sets thelookup-nameelementResourceRefTypeImpl.mappedName(String mappedName) Sets themapped-nameelementResourceRefTypeImpl.removeAllDescription()Removes thedescriptionelementResourceRefTypeImpl.removeAllInjectionTarget()Removes allinjection-targetelementsResourceRefTypeImpl.removeId()Removes theidattributeResourceRefTypeImpl.removeLookupName()Removes thelookup-nameelementResourceRefTypeImpl.removeMappedName()Removes themapped-nameelementResourceRefTypeImpl.removeResAuth()Removes theres-authattributeResourceRefTypeImpl.removeResRefName()Removes theres-ref-nameelementResourceRefTypeImpl.removeResSharingScope()Removes theres-sharing-scopeattributeResourceRefTypeImpl.removeResType()Removes theres-typeelementSets theres-authelementResourceRefTypeImpl.resAuth(ResAuthType resAuth) Sets theres-authelementResourceRefTypeImpl.resRefName(String resRefName) Sets theres-ref-nameelementResourceRefTypeImpl.resSharingScope(String resSharingScope) Sets theres-sharing-scopeelementResourceRefTypeImpl.resSharingScope(ResSharingScopeType resSharingScope) Sets theres-sharing-scopeelementSets theres-typeelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type ResourceRefTypeModifier and TypeMethodDescriptionResourceRefTypeImpl.createInjectionTarget()Creates a newinjection-targetelementResourceRefTypeImpl.getAllInjectionTarget()Returns allinjection-targetelementsResourceRefTypeImpl.getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.