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

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

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

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

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

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type ConfigPropertyTypeType.Enum
 void ConfigPropertyType.setConfigPropertyType(ConfigPropertyTypeType.Enum configPropertyType)
          Sets the "config-property-type" element
 

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

Methods in org.apache.geronimo.xbeans.j2ee.impl that return ConfigPropertyTypeType.Enum
 ConfigPropertyTypeType.Enum ConfigPropertyTypeImpl.getConfigPropertyType()
          Gets the "config-property-type" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type ConfigPropertyTypeType.Enum
 void ConfigPropertyTypeImpl.setConfigPropertyType(ConfigPropertyTypeType.Enum configPropertyType)
          Sets the "config-property-type" element
 



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