All Packages Class Hierarchy This Package Previous Next Index
Class de.unihh.informatik.tide.Selection_Type
java.lang.Object
|
+----de.unihh.informatik.tide.Selection_Type
- public class Selection_Type
- extends Object
-
_CONTIGUOUS
-
-
_DISTINCT
-
-
_SIMPLE
-
-
CONTIGUOUS
-
-
DISTINCT
-
-
SIMPLE
-
-
Selection_Type(int)
-
-
from_int(int)
-
-
value()
-
_SIMPLE
public static final int _SIMPLE
_CONTIGUOUS
public static final int _CONTIGUOUS
_DISTINCT
public static final int _DISTINCT
SIMPLE
public static final Selection_Type SIMPLE
CONTIGUOUS
public static final Selection_Type CONTIGUOUS
DISTINCT
public static final Selection_Type DISTINCT
Selection_Type
protected Selection_Type(int value)
value
public int value()
from_int
public static Selection_Type from_int(int $value)
All Packages Class Hierarchy This Package Previous Next Index