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

Packages that use EnvEntryTypeValuesType
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.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.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return EnvEntryTypeValuesType
 EnvEntryTypeValuesType EnvEntryType.getEnvEntryType()
          Returns the env-entry-type element
static EnvEntryTypeValuesType EnvEntryTypeValuesType.getFromStringValue(java.lang.String value)
           
static EnvEntryTypeValuesType EnvEntryTypeValuesType.valueOf(java.lang.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.javaee5 with parameters of type EnvEntryTypeValuesType
 EnvEntryType<T> EnvEntryType.setEnvEntryType(EnvEntryTypeValuesType envEntryType)
          If not already created, a new env-entry-type element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return EnvEntryTypeValuesType
 EnvEntryTypeValuesType EnvEntryType.getEnvEntryType()
          Returns the env-entry-type element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 with parameters of type EnvEntryTypeValuesType
 EnvEntryType<T> EnvEntryType.setEnvEntryType(EnvEntryTypeValuesType envEntryType)
          If not already created, a new env-entry-type element with the given value will be created.
 

Uses of EnvEntryTypeValuesType in org.jboss.shrinkwrap.descriptor.impl.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return EnvEntryTypeValuesType
 EnvEntryTypeValuesType EnvEntryTypeImpl.getEnvEntryType()
          Returns the env-entry-type element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 with parameters of type EnvEntryTypeValuesType
 EnvEntryType<T> EnvEntryTypeImpl.setEnvEntryType(EnvEntryTypeValuesType envEntryType)
          If not already created, a new env-entry-type element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return EnvEntryTypeValuesType
 EnvEntryTypeValuesType EnvEntryTypeImpl.getEnvEntryType()
          Returns the env-entry-type element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 with parameters of type EnvEntryTypeValuesType
 EnvEntryType<T> EnvEntryTypeImpl.setEnvEntryType(EnvEntryTypeValuesType envEntryType)
          If not already created, a new env-entry-type element with the given value will be created.