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 jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return EnvEntryType
 EnvEntryType<GenericBeanType<T>> GenericBeanType.envEntry()
          Returns the env-entry element
 EnvEntryType<ServiceBeanType<T>> ServiceBeanType.envEntry()
          Returns the env-entry element
 EnvEntryType<SessionBeanType<T>> SessionBeanType.envEntry()
          Returns the env-entry element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type EnvEntryType
 java.util.List<EnvEntryType<GenericBeanType<T>>> GenericBeanType.getEnvEntryList()
          Returns all env-entry elements
 java.util.List<EnvEntryType<ServiceBeanType<T>>> ServiceBeanType.getEnvEntryList()
          Returns all env-entry elements
 java.util.List<EnvEntryType<SessionBeanType<T>>> SessionBeanType.getEnvEntryList()
          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.ignoreDependency()
           
 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.removeEnvEntryValue()
          Removes the env-entry-value element
 EnvEntryType<T> EnvEntryType.removeJndiName()
          Removes the jndi-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(EnvEntryTypeValuesType envEntryType)
          If not already created, a new env-entry-type 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.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-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.jbosscommon51 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.impl.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return EnvEntryType
 EnvEntryType<ServiceBeanType<T>> ServiceBeanTypeImpl.envEntry()
          Returns the env-entry element
 EnvEntryType<SessionBeanType<T>> SessionBeanTypeImpl.envEntry()
          Returns the env-entry element
 EnvEntryType<GenericBeanType<T>> GenericBeanTypeImpl.envEntry()
          Returns the env-entry element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type EnvEntryType
 java.util.List<EnvEntryType<ServiceBeanType<T>>> ServiceBeanTypeImpl.getEnvEntryList()
          Returns all env-entry elements
 java.util.List<EnvEntryType<SessionBeanType<T>>> SessionBeanTypeImpl.getEnvEntryList()
          Returns all env-entry elements
 java.util.List<EnvEntryType<GenericBeanType<T>>> GenericBeanTypeImpl.getEnvEntryList()
          Returns all env-entry elements
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement EnvEntryType
 class EnvEntryTypeImpl<T>
          This class implements the env-entryType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return EnvEntryType
 EnvEntryType<T> EnvEntryTypeImpl.ignoreDependency()
           
 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.removeEnvEntryValue()
          Removes the env-entry-value element
 EnvEntryType<T> EnvEntryTypeImpl.removeJndiName()
          Removes the jndi-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(EnvEntryTypeValuesType envEntryType)
          If not already created, a new env-entry-type 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.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-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.jbosscommon51 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