Uses of Class
org.jboss.shrinkwrap.descriptor.api.j2ee14.EnvEntryTypeValuesType

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return EnvEntryTypeValuesType
 EnvEntryTypeValuesType EnvEntryType.getEnvEntryType()
          Returns the env-entry-type element
static EnvEntryTypeValuesType EnvEntryTypeValuesType.getFromStringValue(String value)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnvEntryTypeValuesType[] EnvEntryTypeValuesType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 with parameters of type EnvEntryTypeValuesType
 EnvEntryType<T> EnvEntryType.envEntryType(EnvEntryTypeValuesType envEntryType)
          Sets the env-entry-type element
 



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