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

Packages that use EnvEntryType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return EnvEntryType
 EnvEntryType<ServiceBeanType<T>> ServiceBeanType.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<SessionBeanType<T>> SessionBeanType.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<GenericBeanType<T>> GenericBeanType.createEnvEntry()
          Creates a new env-entry element
 EnvEntryType<ServiceBeanType<T>> ServiceBeanType.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<GenericBeanType<T>> GenericBeanType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 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(EnvEntryTypeValuesType envEntryType)
          Sets the env-entry-type 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.id(String id)
          Sets the id attribute
 EnvEntryType<T> EnvEntryType.ignoreDependency()
          Sets the ignore-dependency element
 EnvEntryType<T> EnvEntryType.jndiName(String jndiName)
          Sets the jndi-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 attribute
 EnvEntryType<T> EnvEntryType.removeEnvEntryValue()
          Removes the env-entry-value element
 EnvEntryType<T> EnvEntryType.removeId()
          Removes the id attribute
 EnvEntryType<T> EnvEntryType.removeIgnoreDependency()
          Removes the ignore-dependency element
 EnvEntryType<T> EnvEntryType.removeJndiName()
          Removes the jndi-name element
 EnvEntryType<T> EnvEntryType.removeMappedName()
          Removes the mapped-name element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 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.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.