Uses of Class
org.apache.geronimo.xbeans.geronimo.loginconfig.GerControlFlagType.Enum

Packages that use GerControlFlagType.Enum
org.apache.geronimo.xbeans.geronimo.loginconfig   
org.apache.geronimo.xbeans.geronimo.loginconfig.impl   
 

Uses of GerControlFlagType.Enum in org.apache.geronimo.xbeans.geronimo.loginconfig
 

Fields in org.apache.geronimo.xbeans.geronimo.loginconfig declared as GerControlFlagType.Enum
static GerControlFlagType.Enum GerControlFlagType.OPTIONAL
           
static GerControlFlagType.Enum GerControlFlagType.REQUIRED
           
static GerControlFlagType.Enum GerControlFlagType.REQUISITE
           
static GerControlFlagType.Enum GerControlFlagType.SUFFICIENT
           
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig that return GerControlFlagType.Enum
static GerControlFlagType.Enum GerControlFlagType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static GerControlFlagType.Enum GerControlFlagType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
 GerControlFlagType.Enum GerAbstractLoginModuleType.getControlFlag()
          Gets the "control-flag" attribute
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig with parameters of type GerControlFlagType.Enum
 void GerAbstractLoginModuleType.setControlFlag(GerControlFlagType.Enum controlFlag)
          Sets the "control-flag" attribute
 

Uses of GerControlFlagType.Enum in org.apache.geronimo.xbeans.geronimo.loginconfig.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig.impl that return GerControlFlagType.Enum
 GerControlFlagType.Enum GerAbstractLoginModuleTypeImpl.getControlFlag()
          Gets the "control-flag" attribute
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig.impl with parameters of type GerControlFlagType.Enum
 void GerAbstractLoginModuleTypeImpl.setControlFlag(GerControlFlagType.Enum controlFlag)
          Sets the "control-flag" attribute
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.