Uses of Class
com.ibm.pim.selection.Selection.Type

Packages that use Selection.Type
com.ibm.pim.selection   
 

Uses of Selection.Type in com.ibm.pim.selection
 

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