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

Variable Index

 o _CONTIGUOUS
 o _DISTINCT
 o _SIMPLE
 o CONTIGUOUS
 o DISTINCT
 o SIMPLE

Constructor Index

 o Selection_Type(int)

Method Index

 o from_int(int)
 o value()

Variables

 o _SIMPLE
 public static final int _SIMPLE
 o _CONTIGUOUS
 public static final int _CONTIGUOUS
 o _DISTINCT
 public static final int _DISTINCT
 o SIMPLE
 public static final Selection_Type SIMPLE
 o CONTIGUOUS
 public static final Selection_Type CONTIGUOUS
 o DISTINCT
 public static final Selection_Type DISTINCT

Constructors

 o Selection_Type
 protected Selection_Type(int value)

Methods

 o value
 public int value()
 o from_int
 public static Selection_Type from_int(int $value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index