EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.ecore.condition
Interface IConditionConstants


public interface IConditionConstants

Condition producer and contributors shared constants.


Field Summary
static String CONDITION_CLASS_NAME_SUFFIX
          Condition class name suffix.
static String UNMODIFIABLE_ANNOTATION_TAG
          Annotation constant @unmodifiable used to mark methods that are generated and not modifiable by developer except in a specific block delimited by USER_CODE_BEGINNING_DELIMITER and USER_CODE_END_DELIMITER.
static String USER_CODE_BEGINNING_DELIMITER
          Delimiter that marks the beginning of a not generated code block.
static String USER_CODE_END_DELIMITER
          Delimiter that marks the end of a not generated code block.
 

Field Detail

CONDITION_CLASS_NAME_SUFFIX

static final String CONDITION_CLASS_NAME_SUFFIX
Condition class name suffix.

See Also:
Constant Field Values

USER_CODE_BEGINNING_DELIMITER

static final String USER_CODE_BEGINNING_DELIMITER
Delimiter that marks the beginning of a not generated code block.

See Also:
Constant Field Values

USER_CODE_END_DELIMITER

static final String USER_CODE_END_DELIMITER
Delimiter that marks the end of a not generated code block.

See Also:
Constant Field Values

UNMODIFIABLE_ANNOTATION_TAG

static final String UNMODIFIABLE_ANNOTATION_TAG
Annotation constant @unmodifiable used to mark methods that are generated and not modifiable by developer except in a specific block delimited by USER_CODE_BEGINNING_DELIMITER and USER_CODE_END_DELIMITER.

See Also:
Constant Field Values

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.