DBVIEW
org.dbview.adapter.CliParameterTypes Class Reference

List of all members.

Static Public Member Functions

static String toString (int in_constant) throws Exception

Static Public Attributes

static final int UNDEFINED = -1
static final int STRING = 0
static final int INTEGER = 1
static final int BOOLEAN = 2
static final int DOUBLE = 3
static final int LONG = 4

Detailed Description

class CliParameterTypes This class contains types' indicators for command line options.

Author:
Denis BEURIVE

Definition at line 31 of file CliParameterTypes.java.


Member Function Documentation

static String org.dbview.adapter.CliParameterTypes.toString ( int  in_constant) throws Exception [static]

This method generates a textual representation of a given parameter's type.

Parameters:
in_constantParametor's type.
Returns:
The method returns a textual representation of the given parameter's type.
Exceptions:
Exception

Definition at line 52 of file CliParameterTypes.java.


Member Data Documentation

The parameter is a boolean.

Definition at line 40 of file CliParameterTypes.java.

Referenced by org.dbview.adapter.CliParameterTypes.toString().

The parameter is a double.

Definition at line 42 of file CliParameterTypes.java.

Referenced by org.dbview.adapter.CliParameterTypes.toString().

The parameter is a long.

Definition at line 44 of file CliParameterTypes.java.

Referenced by org.dbview.adapter.CliParameterTypes.toString().

The parameter's type is not defined.

Definition at line 34 of file CliParameterTypes.java.

Referenced by org.dbview.adapter.CliParameterTypes.toString().


The documentation for this class was generated from the following file: