EGF Engine
Release 0.1.0

org.eclipse.egf.common.constant
Interface ICommonConstants


public interface ICommonConstants


Field Summary
static char COLON_CHARACTER
          Colon character.
static char COMMA_CHARACTER
          Comma character.
static char DOT_CHARACTER
          Dot character.
static String ECORE_DIAGRAM_FILE_EXTENSION
          Ecore diagram file extension.
static String ECORE_FILE_EXTENSION
          Ecore file extension.
static String EMPTY_STRING
          Empty string constant.
static char EOL_CHARACTER
          End of line character.
static IPath GENERATED_FOLDER_IPATH
          Generated folder IPath.
static String GENERATED_FOLDER_PATH
          Generated folder path.
static String GENMODEL_FILE_EXTENSION
          GenModel file extension.
static String HTTP_PREFIX
          Http URI prefix.
static int INTERNAL_ERROR
          Internal Error constant.
static String LINE_SEPARATOR
          Line separator.
static IPath MODEL_FOLDER_IPATH
          Model folder IPath.
static String MODEL_FOLDER_PATH
          Model folder path.
static char PARENTHESIS_CLOSE_CHARACTER
          Call method suffix, that is, close parameters list, but do not end call.
static char PARENTHESIS_OPEN_CHARACTER
          Call method prefix, that is go for the parameters (the real prefix being the method name).
static String PLATFORM_RESOURCE
          Define the platform resource path
static char QUOTE_CHARACTER
          Quote character.
static char SEMICOLON_CHARACTER
          Semicolon character.
static char SLASH_CHARACTER
          Slash character.
static char TAB_CHARACTER
          TAB character.
static IPath TEMPLATES_FOLDER_IPATH
          Templates folder IPath.
static String TEMPLATES_FOLDER_PATH
          Templates folder path.
static char UNDERSCORE_CHARACTER
          Underscore character.
static char WHITE_SPACE_CHARACTER
          White space character.
 

Field Detail

INTERNAL_ERROR

static final int INTERNAL_ERROR
Internal Error constant.

See Also:
Constant Field Values

EMPTY_STRING

static final String EMPTY_STRING
Empty string constant.

See Also:
Constant Field Values

TAB_CHARACTER

static final char TAB_CHARACTER
TAB character.

See Also:
Constant Field Values

SLASH_CHARACTER

static final char SLASH_CHARACTER
Slash character.

See Also:
Constant Field Values

DOT_CHARACTER

static final char DOT_CHARACTER
Dot character.

See Also:
Constant Field Values

COMMA_CHARACTER

static final char COMMA_CHARACTER
Comma character.

See Also:
Constant Field Values

SEMICOLON_CHARACTER

static final char SEMICOLON_CHARACTER
Semicolon character.

See Also:
Constant Field Values

COLON_CHARACTER

static final char COLON_CHARACTER
Colon character.

See Also:
Constant Field Values

WHITE_SPACE_CHARACTER

static final char WHITE_SPACE_CHARACTER
White space character.

See Also:
Constant Field Values

PLATFORM_RESOURCE

static final String PLATFORM_RESOURCE
Define the platform resource path

See Also:
Constant Field Values

EOL_CHARACTER

static final char EOL_CHARACTER
End of line character.

See Also:
Constant Field Values

QUOTE_CHARACTER

static final char QUOTE_CHARACTER
Quote character.

See Also:
Constant Field Values

PARENTHESIS_OPEN_CHARACTER

static final char PARENTHESIS_OPEN_CHARACTER
Call method prefix, that is go for the parameters (the real prefix being the method name).

See Also:
Constant Field Values

PARENTHESIS_CLOSE_CHARACTER

static final char PARENTHESIS_CLOSE_CHARACTER
Call method suffix, that is, close parameters list, but do not end call.

See Also:
Constant Field Values

UNDERSCORE_CHARACTER

static final char UNDERSCORE_CHARACTER
Underscore character.

See Also:
Constant Field Values

HTTP_PREFIX

static final String HTTP_PREFIX
Http URI prefix.

See Also:
Constant Field Values

ECORE_FILE_EXTENSION

static final String ECORE_FILE_EXTENSION
Ecore file extension.

See Also:
Constant Field Values

GENMODEL_FILE_EXTENSION

static final String GENMODEL_FILE_EXTENSION
GenModel file extension.

See Also:
Constant Field Values

ECORE_DIAGRAM_FILE_EXTENSION

static final String ECORE_DIAGRAM_FILE_EXTENSION
Ecore diagram file extension.

See Also:
Constant Field Values

LINE_SEPARATOR

static final String LINE_SEPARATOR
Line separator.


GENERATED_FOLDER_PATH

static final String GENERATED_FOLDER_PATH
Generated folder path.

See Also:
Constant Field Values

GENERATED_FOLDER_IPATH

static final IPath GENERATED_FOLDER_IPATH
Generated folder IPath.


MODEL_FOLDER_PATH

static final String MODEL_FOLDER_PATH
Model folder path.

See Also:
Constant Field Values

MODEL_FOLDER_IPATH

static final IPath MODEL_FOLDER_IPATH
Model folder IPath.


TEMPLATES_FOLDER_PATH

static final String TEMPLATES_FOLDER_PATH
Templates folder path.

See Also:
Constant Field Values

TEMPLATES_FOLDER_IPATH

static final IPath TEMPLATES_FOLDER_IPATH
Templates folder IPath.


EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.