Uses of Class
com.ibm.pim.view.View.Type

Packages that use View.Type
com.ibm.pim.view   
 

Uses of View.Type in com.ibm.pim.view
 

Methods in com.ibm.pim.view that return View.Type
 View.Type View.getType()
          Return the type of this view
static View.Type View.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static View.Type[] View.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.