ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

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.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<ApplicationDescriptor> ApplicationDescriptor.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<ApplicationType<T>> ApplicationType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 EnvEntryType<ApplicationDescriptor> ApplicationDescriptor.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type EnvEntryType
 List<EnvEntryType<ApplicationType<T>>> ApplicationType.getAllEnvEntry()
          Returns all env-entry elements
 List<EnvEntryType<ApplicationDescriptor>> ApplicationDescriptor.getAllEnvEntry()
          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<MessageDrivenBeanType<T>> MessageDrivenBeanType.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<InterceptorType<T>> InterceptorType.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<SessionBeanType<T>> SessionBeanType.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<EntityBeanType<T>> EntityBeanType.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 EnvEntryType<InterceptorType<T>> InterceptorType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 EnvEntryType<SessionBeanType<T>> SessionBeanType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 EnvEntryType<EntityBeanType<T>> EntityBeanType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type EnvEntryType
 List<EnvEntryType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllEnvEntry()
          Returns all env-entry elements
 List<EnvEntryType<InterceptorType<T>>> InterceptorType.getAllEnvEntry()
          Returns all env-entry elements
 List<EnvEntryType<SessionBeanType<T>>> SessionBeanType.getAllEnvEntry()
          Returns all env-entry elements
 List<EnvEntryType<EntityBeanType<T>>> EntityBeanType.getAllEnvEntry()
          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.description(String... values)
          Creates for all String objects representing description elements, a new description element
 EnvEntryType<T> EnvEntryType.envEntryName(String envEntryName)
          Sets the env-entry-name element
 EnvEntryType<T> EnvEntryType.envEntryType(String envEntryType)
          Sets the env-entry-type element
 EnvEntryType<T> EnvEntryType.envEntryValue(String envEntryValue)
          Sets the env-entry-value element
 EnvEntryType<T> EnvEntryType.lookupName(String lookupName)
          Sets the lookup-name element
 EnvEntryType<T> EnvEntryType.mappedName(String mappedName)
          Sets the mapped-name element
 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
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type EnvEntryType
 InjectionTargetType<EnvEntryType<T>> EnvEntryType.createInjectionTarget()
          Creates a new injection-target element
 List<InjectionTargetType<EnvEntryType<T>>> EnvEntryType.getAllInjectionTarget()
          Returns all injection-target elements
 InjectionTargetType<EnvEntryType<T>> EnvEntryType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return EnvEntryType
 EnvEntryType<WebAppDescriptor> WebAppDescriptor.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<WebAppDescriptor> WebAppDescriptor.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type EnvEntryType
 List<EnvEntryType<WebAppDescriptor>> WebAppDescriptor.getAllEnvEntry()
          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.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<WebAppType<T>> WebAppType.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<WebFragmentType<T>> WebFragmentType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 EnvEntryType<WebAppType<T>> WebAppType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type EnvEntryType
 List<EnvEntryType<WebFragmentType<T>>> WebFragmentType.getAllEnvEntry()
          Returns all env-entry elements
 List<EnvEntryType<WebAppType<T>>> WebAppType.getAllEnvEntry()
          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<WebFragmentDescriptor> WebFragmentDescriptor.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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