Uses of Class
com.caucho.quercus.module.IniDefinition.Type

Packages that use IniDefinition.Type
com.caucho.quercus.module   
 

Uses of IniDefinition.Type in com.caucho.quercus.module
 

Methods in com.caucho.quercus.module that return IniDefinition.Type
static IniDefinition.Type IniDefinition.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IniDefinition.Type[] IniDefinition.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.caucho.quercus.module with parameters of type IniDefinition.Type
IniDefinition.Unsupported(java.lang.String name, IniDefinition.Type type, Value deflt, int scope)
           
IniDefinition(java.lang.String name, IniDefinition.Type type, Value deflt, int scope)