ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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.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
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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