global
Class SelectType

java.lang.Object
  extended byglobal.SelectType

public class SelectType
extends java.lang.Object

Enumeration class for SelectType


Field Summary
static int selBoth
           
 int selectType
           
static int selExact
           
static int selRange
           
static int selUndefined
           
 
Constructor Summary
SelectType(int _selectType)
          SelectType Constructor
A selected type can be defined as SelectType selectType = new SelectType(SelectType.SelBoth); and subsequently used as if (selectType.selectType == SelectType.SelBoth) ....
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

selRange

public static final int selRange
See Also:
Constant Field Values

selExact

public static final int selExact
See Also:
Constant Field Values

selBoth

public static final int selBoth
See Also:
Constant Field Values

selUndefined

public static final int selUndefined
See Also:
Constant Field Values

selectType

public int selectType
Constructor Detail

SelectType

public SelectType(int _selectType)
SelectType Constructor
A selected type can be defined as and subsequently used as

Parameters:
_selectType - The possible types for selection
Method Detail

toString

public java.lang.String toString()