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

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

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

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

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

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



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