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

Packages that use EnvEntryType
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 EnvEntryType in org.jboss.shrinkwrap.descriptor.api.application6
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return EnvEntryType
 EnvEntryType<ApplicationType<T>> ApplicationType.envEntry()
          Returns the env-entry element
 EnvEntryType<Application6Descriptor> Application6Descriptor.envEntry()
          Returns the env-entry element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return EnvEntryType
 EnvEntryType<InterceptorType<T>> InterceptorType.envEntry()
          Returns the env-entry element
 EnvEntryType<MessageDrivenBeanType<T>> MessageDrivenBeanType.envEntry()
          Returns the env-entry element
 EnvEntryType<SessionBeanType<T>> SessionBeanType.envEntry()
          Returns the env-entry element
 EnvEntryType<EntityBeanType<T>> EntityBeanType.envEntry()
          Returns the env-entry element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return EnvEntryType
 EnvEntryType<T> EnvEntryType.removeAllDescription()
          Removes the description element
 EnvEntryType<T> EnvEntryType.removeAllInjectionTarget()
          Removes all injection-target elements
 EnvEntryType<T> EnvEntryType.removeEnvEntryName()
          Removes the env-entry-name element
 EnvEntryType<T> EnvEntryType.removeEnvEntryType()
          Removes the env-entry-type element
 EnvEntryType<T> EnvEntryType.removeEnvEntryValue()
          Removes the env-entry-value element
 EnvEntryType<T> EnvEntryType.removeLookupName()
          Removes the lookup-name element
 EnvEntryType<T> EnvEntryType.removeMappedName()
          Removes the mapped-name element
 EnvEntryType<T> EnvEntryType.setDescription(java.lang.String description)
          Creates a new description element
 EnvEntryType<T> EnvEntryType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EnvEntryType<T> EnvEntryType.setEnvEntryName(java.lang.String envEntryName)
          If not already created, a new env-entry-name element with the given value will be created.
 EnvEntryType<T> EnvEntryType.setEnvEntryType(java.lang.String envEntryType)
          If not already created, a new env-entry-type element with the given value will be created.
 EnvEntryType<T> EnvEntryType.setEnvEntryValue(java.lang.String envEntryValue)
          If not already created, a new env-entry-value element with the given value will be created.
 EnvEntryType<T> EnvEntryType.setLookupName(java.lang.String lookupName)
          If not already created, a new lookup-name element with the given value will be created.
 EnvEntryType<T> EnvEntryType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return EnvEntryType
 EnvEntryType<WebApp30Descriptor> WebApp30Descriptor.envEntry()
          Returns the env-entry element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return EnvEntryType
 EnvEntryType<WebFragmentType<T>> WebFragmentType.envEntry()
          Returns the env-entry element
 EnvEntryType<WebAppType<T>> WebAppType.envEntry()
          Returns the env-entry element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return EnvEntryType
 EnvEntryType<WebFragment30Descriptor> WebFragment30Descriptor.envEntry()
          Returns the env-entry element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return EnvEntryType
 EnvEntryType<Application6Descriptor> Application6DescriptorImpl.envEntry()
          Returns the env-entry element
 EnvEntryType<ApplicationType<T>> ApplicationTypeImpl.envEntry()
          Returns the env-entry element
 

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

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

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return EnvEntryType
 EnvEntryType<T> EnvEntryTypeImpl.removeAllDescription()
          Removes the description element
 EnvEntryType<T> EnvEntryTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 EnvEntryType<T> EnvEntryTypeImpl.removeEnvEntryName()
          Removes the env-entry-name element
 EnvEntryType<T> EnvEntryTypeImpl.removeEnvEntryType()
          Removes the env-entry-type element
 EnvEntryType<T> EnvEntryTypeImpl.removeEnvEntryValue()
          Removes the env-entry-value element
 EnvEntryType<T> EnvEntryTypeImpl.removeLookupName()
          Removes the lookup-name element
 EnvEntryType<T> EnvEntryTypeImpl.removeMappedName()
          Removes the mapped-name element
 EnvEntryType<T> EnvEntryTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 EnvEntryType<T> EnvEntryTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 EnvEntryType<T> EnvEntryTypeImpl.setEnvEntryName(java.lang.String envEntryName)
          If not already created, a new env-entry-name element with the given value will be created.
 EnvEntryType<T> EnvEntryTypeImpl.setEnvEntryType(java.lang.String envEntryType)
          If not already created, a new env-entry-type element with the given value will be created.
 EnvEntryType<T> EnvEntryTypeImpl.setEnvEntryValue(java.lang.String envEntryValue)
          If not already created, a new env-entry-value element with the given value will be created.
 EnvEntryType<T> EnvEntryTypeImpl.setLookupName(java.lang.String lookupName)
          If not already created, a new lookup-name element with the given value will be created.
 EnvEntryType<T> EnvEntryTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return EnvEntryType
 EnvEntryType<WebApp30Descriptor> WebApp30DescriptorImpl.envEntry()
          Returns the env-entry element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return EnvEntryType
 EnvEntryType<WebFragmentType<T>> WebFragmentTypeImpl.envEntry()
          Returns the env-entry element
 EnvEntryType<WebAppType<T>> WebAppTypeImpl.envEntry()
          Returns the env-entry element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return EnvEntryType
 EnvEntryType<WebFragment30Descriptor> WebFragment30DescriptorImpl.envEntry()
          Returns the env-entry element
 

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