Uses of Class
org.apache.geronimo.xbeans.j2ee.EnvEntryTypeValuesType.Enum

Packages that use EnvEntryTypeValuesType.Enum
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

Uses of EnvEntryTypeValuesType.Enum in org.apache.geronimo.xbeans.j2ee
 

Fields in org.apache.geronimo.xbeans.j2ee declared as EnvEntryTypeValuesType.Enum
static EnvEntryTypeValuesType.Enum EnvEntryTypeValuesType.JAVA_LANG_BOOLEAN
           
static EnvEntryTypeValuesType.Enum EnvEntryTypeValuesType.JAVA_LANG_BYTE
           
static EnvEntryTypeValuesType.Enum EnvEntryTypeValuesType.JAVA_LANG_CHARACTER
           
static EnvEntryTypeValuesType.Enum EnvEntryTypeValuesType.JAVA_LANG_STRING
           
static EnvEntryTypeValuesType.Enum EnvEntryTypeValuesType.JAVA_LANG_SHORT
           
static EnvEntryTypeValuesType.Enum EnvEntryTypeValuesType.JAVA_LANG_INTEGER
           
static EnvEntryTypeValuesType.Enum EnvEntryTypeValuesType.JAVA_LANG_LONG
           
static EnvEntryTypeValuesType.Enum EnvEntryTypeValuesType.JAVA_LANG_FLOAT
           
static EnvEntryTypeValuesType.Enum EnvEntryTypeValuesType.JAVA_LANG_DOUBLE
           
 

Methods in org.apache.geronimo.xbeans.j2ee that return EnvEntryTypeValuesType.Enum
static EnvEntryTypeValuesType.Enum EnvEntryTypeValuesType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
static EnvEntryTypeValuesType.Enum EnvEntryTypeValuesType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
 EnvEntryTypeValuesType.Enum EnvEntryType.getEnvEntryType()
          Gets the "env-entry-type" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type EnvEntryTypeValuesType.Enum
 void EnvEntryType.setEnvEntryType(EnvEntryTypeValuesType.Enum envEntryType)
          Sets the "env-entry-type" element
 

Uses of EnvEntryTypeValuesType.Enum in org.apache.geronimo.xbeans.j2ee.impl
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return EnvEntryTypeValuesType.Enum
 EnvEntryTypeValuesType.Enum EnvEntryTypeImpl.getEnvEntryType()
          Gets the "env-entry-type" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type EnvEntryTypeValuesType.Enum
 void EnvEntryTypeImpl.setEnvEntryType(EnvEntryTypeValuesType.Enum envEntryType)
          Sets the "env-entry-type" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.