org.eclipse.ocl.examples.xtext.markup
Interface MarkupPackage.Literals

Enclosing interface:
MarkupPackage

public static interface MarkupPackage.Literals

Defines literals for the meta objects that represent

Generated

Field Summary
static org.eclipse.emf.ecore.EClass BULLET_ELEMENT
          The meta object literal for the 'Bullet Element' class.
static org.eclipse.emf.ecore.EAttribute BULLET_ELEMENT__LEVEL
          The meta object literal for the 'Level' attribute feature.
static org.eclipse.emf.ecore.EClass COMPOUND_ELEMENT
          The meta object literal for the 'Compound Element' class.
static org.eclipse.emf.ecore.EReference COMPOUND_ELEMENT__ELEMENTS
          The meta object literal for the 'Elements' containment reference list feature.
static org.eclipse.emf.ecore.EClass FIGURE_ELEMENT
          The meta object literal for the 'Figure Element' class.
static org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__ACTUAL_HEIGHT
          The meta object literal for the 'Actual Height' attribute feature.
static org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__ACTUAL_WIDTH
          The meta object literal for the 'Actual Width' attribute feature.
static org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__ALT
          The meta object literal for the 'Alt' attribute feature.
static org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__DEF
          The meta object literal for the 'Def' attribute feature.
static org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__ID
          The meta object literal for the 'Id' attribute feature.
static org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__REQUIRED_HEIGHT
          The meta object literal for the 'Required Height' attribute feature.
static org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__REQUIRED_WIDTH
          The meta object literal for the 'Required Width' attribute feature.
static org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__SRC
          The meta object literal for the 'Src' attribute feature.
static org.eclipse.emf.ecore.EClass FIGURE_REF_ELEMENT
          The meta object literal for the 'Figure Ref Element' class.
static org.eclipse.emf.ecore.EReference FIGURE_REF_ELEMENT__REF
          The meta object literal for the 'Ref' reference feature.
static org.eclipse.emf.ecore.EClass FONT_ELEMENT
          The meta object literal for the 'Font Element' class.
static org.eclipse.emf.ecore.EAttribute FONT_ELEMENT__FONT
          The meta object literal for the 'Font' attribute feature.
static org.eclipse.emf.ecore.EClass FOOTNOTE_ELEMENT
          The meta object literal for the 'Footnote Element' class.
static org.eclipse.emf.ecore.EClass HEADING_ELEMENT
          The meta object literal for the 'Heading Element' class.
static org.eclipse.emf.ecore.EAttribute HEADING_ELEMENT__LEVEL
          The meta object literal for the 'Level' attribute feature.
static org.eclipse.emf.ecore.EClass MARKUP
          The meta object literal for the 'Markup' class.
static org.eclipse.emf.ecore.EClass MARKUP_ELEMENT
          The meta object literal for the 'Element' class.
static org.eclipse.emf.ecore.EReference MARKUP_ELEMENT__OWNER
          The meta object literal for the 'Owner' container reference feature.
static org.eclipse.emf.ecore.EAttribute MARKUP_ELEMENT__UNIQUE_ID
          The meta object literal for the 'Unique Id' attribute feature.
static org.eclipse.emf.ecore.EClass NEW_LINE_ELEMENT
          The meta object literal for the 'New Line Element' class.
static org.eclipse.emf.ecore.EAttribute NEW_LINE_ELEMENT__TEXT
          The meta object literal for the 'Text' attribute feature.
static org.eclipse.emf.ecore.EClass NULL_ELEMENT
          The meta object literal for the 'Null Element' class.
static org.eclipse.emf.ecore.EClass OCL_CODE_ELEMENT
          The meta object literal for the 'OCL Code Element' class.
static org.eclipse.emf.ecore.EClass OCL_EVAL_ELEMENT
          The meta object literal for the 'OCL Eval Element' class.
static org.eclipse.emf.ecore.EClass OCL_TEXT_ELEMENT
          The meta object literal for the 'OCL Text Element' class.
static org.eclipse.emf.ecore.EClass TEXT_ELEMENT
          The meta object literal for the 'Text Element' class.
static org.eclipse.emf.ecore.EAttribute TEXT_ELEMENT__TEXT
          The meta object literal for the 'Text' attribute list feature.
 

Field Detail

BULLET_ELEMENT

static final org.eclipse.emf.ecore.EClass BULLET_ELEMENT
The meta object literal for the 'Bullet Element' class.

See Also:
BulletElementImpl, MarkupPackageImpl.getBulletElement()
Generated

BULLET_ELEMENT__LEVEL

static final org.eclipse.emf.ecore.EAttribute BULLET_ELEMENT__LEVEL
The meta object literal for the 'Level' attribute feature.

Generated

COMPOUND_ELEMENT

static final org.eclipse.emf.ecore.EClass COMPOUND_ELEMENT
The meta object literal for the 'Compound Element' class.

See Also:
CompoundElementImpl, MarkupPackageImpl.getCompoundElement()
Generated

COMPOUND_ELEMENT__ELEMENTS

static final org.eclipse.emf.ecore.EReference COMPOUND_ELEMENT__ELEMENTS
The meta object literal for the 'Elements' containment reference list feature.

Generated

FIGURE_ELEMENT

static final org.eclipse.emf.ecore.EClass FIGURE_ELEMENT
The meta object literal for the 'Figure Element' class.

See Also:
FigureElementImpl, MarkupPackageImpl.getFigureElement()
Generated

FIGURE_ELEMENT__ID

static final org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__ID
The meta object literal for the 'Id' attribute feature.

Generated

FIGURE_ELEMENT__SRC

static final org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__SRC
The meta object literal for the 'Src' attribute feature.

Generated

FIGURE_ELEMENT__ALT

static final org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__ALT
The meta object literal for the 'Alt' attribute feature.

Generated

FIGURE_ELEMENT__DEF

static final org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__DEF
The meta object literal for the 'Def' attribute feature.

Generated

FIGURE_ELEMENT__REQUIRED_WIDTH

static final org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__REQUIRED_WIDTH
The meta object literal for the 'Required Width' attribute feature.

Generated

FIGURE_ELEMENT__REQUIRED_HEIGHT

static final org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__REQUIRED_HEIGHT
The meta object literal for the 'Required Height' attribute feature.

Generated

FIGURE_ELEMENT__ACTUAL_WIDTH

static final org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__ACTUAL_WIDTH
The meta object literal for the 'Actual Width' attribute feature.

Generated

FIGURE_ELEMENT__ACTUAL_HEIGHT

static final org.eclipse.emf.ecore.EAttribute FIGURE_ELEMENT__ACTUAL_HEIGHT
The meta object literal for the 'Actual Height' attribute feature.

Generated

FIGURE_REF_ELEMENT

static final org.eclipse.emf.ecore.EClass FIGURE_REF_ELEMENT
The meta object literal for the 'Figure Ref Element' class.

See Also:
FigureRefElementImpl, MarkupPackageImpl.getFigureRefElement()
Generated

FIGURE_REF_ELEMENT__REF

static final org.eclipse.emf.ecore.EReference FIGURE_REF_ELEMENT__REF
The meta object literal for the 'Ref' reference feature.

Generated

FONT_ELEMENT

static final org.eclipse.emf.ecore.EClass FONT_ELEMENT
The meta object literal for the 'Font Element' class.

See Also:
FontElementImpl, MarkupPackageImpl.getFontElement()
Generated

FONT_ELEMENT__FONT

static final org.eclipse.emf.ecore.EAttribute FONT_ELEMENT__FONT
The meta object literal for the 'Font' attribute feature.

Generated

FOOTNOTE_ELEMENT

static final org.eclipse.emf.ecore.EClass FOOTNOTE_ELEMENT
The meta object literal for the 'Footnote Element' class.

See Also:
FootnoteElementImpl, MarkupPackageImpl.getFootnoteElement()
Generated

HEADING_ELEMENT

static final org.eclipse.emf.ecore.EClass HEADING_ELEMENT
The meta object literal for the 'Heading Element' class.

See Also:
HeadingElementImpl, MarkupPackageImpl.getHeadingElement()
Generated

HEADING_ELEMENT__LEVEL

static final org.eclipse.emf.ecore.EAttribute HEADING_ELEMENT__LEVEL
The meta object literal for the 'Level' attribute feature.

Generated

MARKUP

static final org.eclipse.emf.ecore.EClass MARKUP
The meta object literal for the 'Markup' class.

See Also:
MarkupImpl, MarkupPackageImpl.getMarkup()
Generated

MARKUP_ELEMENT

static final org.eclipse.emf.ecore.EClass MARKUP_ELEMENT
The meta object literal for the 'Element' class.

See Also:
MarkupElementImpl, MarkupPackageImpl.getMarkupElement()
Generated

MARKUP_ELEMENT__OWNER

static final org.eclipse.emf.ecore.EReference MARKUP_ELEMENT__OWNER
The meta object literal for the 'Owner' container reference feature.

Generated

MARKUP_ELEMENT__UNIQUE_ID

static final org.eclipse.emf.ecore.EAttribute MARKUP_ELEMENT__UNIQUE_ID
The meta object literal for the 'Unique Id' attribute feature.

Generated

NEW_LINE_ELEMENT

static final org.eclipse.emf.ecore.EClass NEW_LINE_ELEMENT
The meta object literal for the 'New Line Element' class.

See Also:
NewLineElementImpl, MarkupPackageImpl.getNewLineElement()
Generated

NEW_LINE_ELEMENT__TEXT

static final org.eclipse.emf.ecore.EAttribute NEW_LINE_ELEMENT__TEXT
The meta object literal for the 'Text' attribute feature.

Generated

NULL_ELEMENT

static final org.eclipse.emf.ecore.EClass NULL_ELEMENT
The meta object literal for the 'Null Element' class.

See Also:
NullElementImpl, MarkupPackageImpl.getNullElement()
Generated

OCL_CODE_ELEMENT

static final org.eclipse.emf.ecore.EClass OCL_CODE_ELEMENT
The meta object literal for the 'OCL Code Element' class.

See Also:
OCLCodeElementImpl, MarkupPackageImpl.getOCLCodeElement()
Generated

OCL_EVAL_ELEMENT

static final org.eclipse.emf.ecore.EClass OCL_EVAL_ELEMENT
The meta object literal for the 'OCL Eval Element' class.

See Also:
OCLEvalElementImpl, MarkupPackageImpl.getOCLEvalElement()
Generated

OCL_TEXT_ELEMENT

static final org.eclipse.emf.ecore.EClass OCL_TEXT_ELEMENT
The meta object literal for the 'OCL Text Element' class.

See Also:
OCLTextElementImpl, MarkupPackageImpl.getOCLTextElement()
Generated

TEXT_ELEMENT

static final org.eclipse.emf.ecore.EClass TEXT_ELEMENT
The meta object literal for the 'Text Element' class.

See Also:
TextElementImpl, MarkupPackageImpl.getTextElement()
Generated

TEXT_ELEMENT__TEXT

static final org.eclipse.emf.ecore.EAttribute TEXT_ELEMENT__TEXT
The meta object literal for the 'Text' attribute list feature.

Generated