Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.ResourceEnvRefType

Packages that use ResourceEnvRefType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema application_6.xsd 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.application6 Provides the implementation classes as defined in the schema application_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.application6
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return ResourceEnvRefType
 ResourceEnvRefType<ApplicationType<T>> ApplicationType.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceEnvRefType<Application6Descriptor> Application6Descriptor.resourceEnvRef()
          Returns the resource-env-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type ResourceEnvRefType
 java.util.List<ResourceEnvRefType<ApplicationType<T>>> ApplicationType.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceEnvRefType<Application6Descriptor>> Application6Descriptor.getResourceEnvRefList()
          Returns all resource-env-ref elements
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return ResourceEnvRefType
 ResourceEnvRefType<InterceptorType<T>> InterceptorType.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceEnvRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceEnvRefType<SessionBeanType<T>> SessionBeanType.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceEnvRefType<EntityBeanType<T>> EntityBeanType.resourceEnvRef()
          Returns the resource-env-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type ResourceEnvRefType
 java.util.List<ResourceEnvRefType<InterceptorType<T>>> InterceptorType.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceEnvRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceEnvRefType<SessionBeanType<T>>> SessionBeanType.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceEnvRefType<EntityBeanType<T>>> EntityBeanType.getResourceEnvRefList()
          Returns all resource-env-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return ResourceEnvRefType
 ResourceEnvRefType<T> ResourceEnvRefType.removeAllDescription()
          Removes the description element
 ResourceEnvRefType<T> ResourceEnvRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 ResourceEnvRefType<T> ResourceEnvRefType.removeLookupName()
          Removes the lookup-name element
 ResourceEnvRefType<T> ResourceEnvRefType.removeMappedName()
          Removes the mapped-name element
 ResourceEnvRefType<T> ResourceEnvRefType.removeResourceEnvRefName()
          Removes the resource-env-ref-name element
 ResourceEnvRefType<T> ResourceEnvRefType.removeResourceEnvRefType()
          Removes the resource-env-ref-type element
 ResourceEnvRefType<T> ResourceEnvRefType.setDescription(java.lang.String description)
          Creates a new description element
 ResourceEnvRefType<T> ResourceEnvRefType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceEnvRefType<T> ResourceEnvRefType.setLookupName(java.lang.String lookupName)
          If not already created, a new lookup-name element with the given value will be created.
 ResourceEnvRefType<T> ResourceEnvRefType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 ResourceEnvRefType<T> ResourceEnvRefType.setResourceEnvRefName(java.lang.String resourceEnvRefName)
          If not already created, a new resource-env-ref-name element with the given value will be created.
 ResourceEnvRefType<T> ResourceEnvRefType.setResourceEnvRefType(java.lang.String resourceEnvRefType)
          If not already created, a new resource-env-ref-type element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type ResourceEnvRefType
 java.util.List<InjectionTargetType<ResourceEnvRefType<T>>> ResourceEnvRefType.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<ResourceEnvRefType<T>> ResourceEnvRefType.injectionTarget()
          Returns the injection-target element
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return ResourceEnvRefType
 ResourceEnvRefType<WebApp30Descriptor> WebApp30Descriptor.resourceEnvRef()
          Returns the resource-env-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type ResourceEnvRefType
 java.util.List<ResourceEnvRefType<WebApp30Descriptor>> WebApp30Descriptor.getResourceEnvRefList()
          Returns all resource-env-ref elements
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return ResourceEnvRefType
 ResourceEnvRefType<WebFragmentType<T>> WebFragmentType.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceEnvRefType<WebAppType<T>> WebAppType.resourceEnvRef()
          Returns the resource-env-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ResourceEnvRefType
 java.util.List<ResourceEnvRefType<WebFragmentType<T>>> WebFragmentType.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceEnvRefType<WebAppType<T>>> WebAppType.getResourceEnvRefList()
          Returns all resource-env-ref elements
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return ResourceEnvRefType
 ResourceEnvRefType<WebFragment30Descriptor> WebFragment30Descriptor.resourceEnvRef()
          Returns the resource-env-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type ResourceEnvRefType
 java.util.List<ResourceEnvRefType<WebFragment30Descriptor>> WebFragment30Descriptor.getResourceEnvRefList()
          Returns all resource-env-ref elements
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.impl.application6
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return ResourceEnvRefType
 ResourceEnvRefType<Application6Descriptor> Application6DescriptorImpl.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceEnvRefType<ApplicationType<T>> ApplicationTypeImpl.resourceEnvRef()
          Returns the resource-env-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return types with arguments of type ResourceEnvRefType
 java.util.List<ResourceEnvRefType<Application6Descriptor>> Application6DescriptorImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceEnvRefType<ApplicationType<T>>> ApplicationTypeImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return ResourceEnvRefType
 ResourceEnvRefType<EntityBeanType<T>> EntityBeanTypeImpl.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceEnvRefType<SessionBeanType<T>> SessionBeanTypeImpl.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceEnvRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceEnvRefType<InterceptorType<T>> InterceptorTypeImpl.resourceEnvRef()
          Returns the resource-env-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type ResourceEnvRefType
 java.util.List<ResourceEnvRefType<EntityBeanType<T>>> EntityBeanTypeImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceEnvRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceEnvRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceEnvRefType<InterceptorType<T>>> InterceptorTypeImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.impl.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return ResourceEnvRefType
 ResourceEnvRefType<T> ResourceEnvRefTypeImpl.removeAllDescription()
          Removes the description element
 ResourceEnvRefType<T> ResourceEnvRefTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 ResourceEnvRefType<T> ResourceEnvRefTypeImpl.removeLookupName()
          Removes the lookup-name element
 ResourceEnvRefType<T> ResourceEnvRefTypeImpl.removeMappedName()
          Removes the mapped-name element
 ResourceEnvRefType<T> ResourceEnvRefTypeImpl.removeResourceEnvRefName()
          Removes the resource-env-ref-name element
 ResourceEnvRefType<T> ResourceEnvRefTypeImpl.removeResourceEnvRefType()
          Removes the resource-env-ref-type element
 ResourceEnvRefType<T> ResourceEnvRefTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 ResourceEnvRefType<T> ResourceEnvRefTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceEnvRefType<T> ResourceEnvRefTypeImpl.setLookupName(java.lang.String lookupName)
          If not already created, a new lookup-name element with the given value will be created.
 ResourceEnvRefType<T> ResourceEnvRefTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 ResourceEnvRefType<T> ResourceEnvRefTypeImpl.setResourceEnvRefName(java.lang.String resourceEnvRefName)
          If not already created, a new resource-env-ref-name element with the given value will be created.
 ResourceEnvRefType<T> ResourceEnvRefTypeImpl.setResourceEnvRefType(java.lang.String resourceEnvRefType)
          If not already created, a new resource-env-ref-type element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type ResourceEnvRefType
 java.util.List<InjectionTargetType<ResourceEnvRefType<T>>> ResourceEnvRefTypeImpl.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<ResourceEnvRefType<T>> ResourceEnvRefTypeImpl.injectionTarget()
          Returns the injection-target element
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.impl.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return ResourceEnvRefType
 ResourceEnvRefType<WebApp30Descriptor> WebApp30DescriptorImpl.resourceEnvRef()
          Returns the resource-env-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type ResourceEnvRefType
 java.util.List<ResourceEnvRefType<WebApp30Descriptor>> WebApp30DescriptorImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.impl.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return ResourceEnvRefType
 ResourceEnvRefType<WebFragmentType<T>> WebFragmentTypeImpl.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceEnvRefType<WebAppType<T>> WebAppTypeImpl.resourceEnvRef()
          Returns the resource-env-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type ResourceEnvRefType
 java.util.List<ResourceEnvRefType<WebFragmentType<T>>> WebFragmentTypeImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceEnvRefType<WebAppType<T>>> WebAppTypeImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.impl.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return ResourceEnvRefType
 ResourceEnvRefType<WebFragment30Descriptor> WebFragment30DescriptorImpl.resourceEnvRef()
          Returns the resource-env-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type ResourceEnvRefType
 java.util.List<ResourceEnvRefType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements