Uses of Class
semorg.sql.tables.Enumeration

Packages that use Enumeration
semorg.gui Provides SWT based classes modelling editing windows for creating new or change existing data records (graphics user interface layer). 
semorg.sql.tables This package implements the object relational mapping between the relational data model (the tables) and the object oriented data model (the objects within this package). 
 

Uses of Enumeration in semorg.gui
 

Methods in semorg.gui with parameters of type Enumeration
protected  void EnumerationWindow.onDelete(Enumeration value)
          This method is called if a value of a Enumeration type should be deleted.
protected  void EnumerationWindow.onEdit(Enumeration value)
          This method gets invoked to change the value of an existing Enumeration.
 

Uses of Enumeration in semorg.sql.tables
 

Methods in semorg.sql.tables that return Enumeration
static Enumeration Enumeration.createNewEnumInDB(int type, String value)
           
 

Methods in semorg.sql.tables that return types with arguments of type Enumeration
private static DistinctVector<Enumeration> Enumeration.getVector(ResultSet resultSet)
          Creates for each element in a given ResultSet instance an object of this class and returns a vector with the resulting class objects.
static DistinctVector<Enumeration> Enumeration.getVectorFromDB(int type)
          Creates a PreparedStatement instance with the given parameter, executes the query and returns a vector of instances of this class corresponding to the ResultSet of the query.