Uses of Class
com.caucho.quercus.marshal.ExpectMarshal.Type

Packages that use ExpectMarshal.Type
com.caucho.quercus.marshal   
 

Uses of ExpectMarshal.Type in com.caucho.quercus.marshal
 

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

Constructors in com.caucho.quercus.marshal with parameters of type ExpectMarshal.Type
ExpectMarshal(ExpectMarshal.Type type)