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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 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.removeAllDescription()
          Removes the description element
 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
 



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