Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.ResourceRefType
-
Packages that use ResourceRefType Package Description org.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee7 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 ResourceRefType Modifier and Type Method Description ResourceRefType<T>ResourceRefType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementResourceRefType<T>ResourceRefType. id(String id)Sets theidattributeResourceRefType<T>ResourceRefType. lookupName(String lookupName)Sets thelookup-nameelementResourceRefType<T>ResourceRefType. mappedName(String mappedName)Sets themapped-nameelementResourceRefType<T>ResourceRefType. removeAllDescription()Removes thedescriptionelementResourceRefType<T>ResourceRefType. removeAllInjectionTarget()Removes allinjection-targetelementsResourceRefType<T>ResourceRefType. removeId()Removes theidattributeResourceRefType<T>ResourceRefType. removeLookupName()Removes thelookup-nameelementResourceRefType<T>ResourceRefType. removeMappedName()Removes themapped-nameelementResourceRefType<T>ResourceRefType. removeResAuth()Removes theres-authattributeResourceRefType<T>ResourceRefType. removeResRefName()Removes theres-ref-nameelementResourceRefType<T>ResourceRefType. removeResSharingScope()Removes theres-sharing-scopeattributeResourceRefType<T>ResourceRefType. removeResType()Removes theres-typeelementResourceRefType<T>ResourceRefType. resAuth(String resAuth)Sets theres-authelementResourceRefType<T>ResourceRefType. resAuth(ResAuthType resAuth)Sets theres-authelementResourceRefType<T>ResourceRefType. resRefName(String resRefName)Sets theres-ref-nameelementResourceRefType<T>ResourceRefType. resSharingScope(String resSharingScope)Sets theres-sharing-scopeelementResourceRefType<T>ResourceRefType. resSharingScope(ResSharingScopeType resSharingScope)Sets theres-sharing-scopeelementResourceRefType<T>ResourceRefType. resType(String resType)Sets theres-typeelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type ResourceRefType Modifier and Type Method Description InjectionTargetType<ResourceRefType<T>>ResourceRefType. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<ResourceRefType<T>>>ResourceRefType. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<ResourceRefType<T>>ResourceRefType. 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 ResourceRefType Modifier and Type Class Description classResourceRefTypeImpl<T>This class implements theresource-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return ResourceRefType Modifier and Type Method Description ResourceRefType<T>ResourceRefTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementResourceRefType<T>ResourceRefTypeImpl. id(String id)Sets theidattributeResourceRefType<T>ResourceRefTypeImpl. lookupName(String lookupName)Sets thelookup-nameelementResourceRefType<T>ResourceRefTypeImpl. mappedName(String mappedName)Sets themapped-nameelementResourceRefType<T>ResourceRefTypeImpl. removeAllDescription()Removes thedescriptionelementResourceRefType<T>ResourceRefTypeImpl. removeAllInjectionTarget()Removes allinjection-targetelementsResourceRefType<T>ResourceRefTypeImpl. removeId()Removes theidattributeResourceRefType<T>ResourceRefTypeImpl. removeLookupName()Removes thelookup-nameelementResourceRefType<T>ResourceRefTypeImpl. removeMappedName()Removes themapped-nameelementResourceRefType<T>ResourceRefTypeImpl. removeResAuth()Removes theres-authattributeResourceRefType<T>ResourceRefTypeImpl. removeResRefName()Removes theres-ref-nameelementResourceRefType<T>ResourceRefTypeImpl. removeResSharingScope()Removes theres-sharing-scopeattributeResourceRefType<T>ResourceRefTypeImpl. removeResType()Removes theres-typeelementResourceRefType<T>ResourceRefTypeImpl. resAuth(String resAuth)Sets theres-authelementResourceRefType<T>ResourceRefTypeImpl. resAuth(ResAuthType resAuth)Sets theres-authelementResourceRefType<T>ResourceRefTypeImpl. resRefName(String resRefName)Sets theres-ref-nameelementResourceRefType<T>ResourceRefTypeImpl. resSharingScope(String resSharingScope)Sets theres-sharing-scopeelementResourceRefType<T>ResourceRefTypeImpl. resSharingScope(ResSharingScopeType resSharingScope)Sets theres-sharing-scopeelementResourceRefType<T>ResourceRefTypeImpl. resType(String resType)Sets theres-typeelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type ResourceRefType Modifier and Type Method Description InjectionTargetType<ResourceRefType<T>>ResourceRefTypeImpl. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<ResourceRefType<T>>>ResourceRefTypeImpl. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<ResourceRefType<T>>ResourceRefTypeImpl. getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.
-