name.angoca.db2sa
Interface Constants

Package class diagram package Constants

public interface Constants

Set of constants used in all the application.
Control Version

Version:
1.0.0 2009-07-19
Author:
Andres Gomez Casanova (AngocA)

Field Summary
static String ABOUT_TOKEN
          Property: About token.
static String DB2SA_CONF_XML
          Configuration file.
static String DELIMITERS
          Property: Delimiters.
static String ENDING_TOKEN
          Name of the ending node.
static String EXIT
          Property: Exit.
static String GRAMMAR_FILE_NAME
          Property: Grammar file name.
static String HELP_TOKEN
          Property: Help token.
static String PROMPT
          Property: Prompt.
static String STARTING_TOKEN
          Name of the starting node.
 

Field Detail

GRAMMAR_FILE_NAME

static final String GRAMMAR_FILE_NAME
Property: Grammar file name.

See Also:
Constant Field Values

PROMPT

static final String PROMPT
Property: Prompt.

See Also:
Constant Field Values

EXIT

static final String EXIT
Property: Exit.

See Also:
Constant Field Values

ABOUT_TOKEN

static final String ABOUT_TOKEN
Property: About token.

See Also:
Constant Field Values

HELP_TOKEN

static final String HELP_TOKEN
Property: Help token.

See Also:
Constant Field Values

DELIMITERS

static final String DELIMITERS
Property: Delimiters.

See Also:
Constant Field Values

DB2SA_CONF_XML

static final String DB2SA_CONF_XML
Configuration file.

See Also:
Constant Field Values

STARTING_TOKEN

static final String STARTING_TOKEN
Name of the starting node.

See Also:
Constant Field Values

ENDING_TOKEN

static final String ENDING_TOKEN
Name of the ending node.

See Also:
Constant Field Values


Andres Gomez Casanova (AngocA) Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.