org.eclipse.xtext.ui.codetemplates.templates
Interface TemplatesPackage.Literals

Enclosing interface:
TemplatesPackage

public static interface TemplatesPackage.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static org.eclipse.emf.ecore.EClass CODETEMPLATE
          The meta object literal for the 'Codetemplate' class
static org.eclipse.emf.ecore.EReference CODETEMPLATE__BODY
          The meta object literal for the 'Body' containment reference feature
static org.eclipse.emf.ecore.EReference CODETEMPLATE__CONTEXT
          The meta object literal for the 'Context' reference feature
static org.eclipse.emf.ecore.EAttribute CODETEMPLATE__DESCRIPTION
          The meta object literal for the 'Description' attribute feature
static org.eclipse.emf.ecore.EAttribute CODETEMPLATE__ID
          The meta object literal for the 'Id' attribute feature
static org.eclipse.emf.ecore.EAttribute CODETEMPLATE__KEYWORD_CONTEXT
          The meta object literal for the 'Keyword Context' attribute feature
static org.eclipse.emf.ecore.EAttribute CODETEMPLATE__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EClass CODETEMPLATES
          The meta object literal for the 'Codetemplates' class
static org.eclipse.emf.ecore.EReference CODETEMPLATES__LANGUAGE
          The meta object literal for the 'Language' reference feature
static org.eclipse.emf.ecore.EReference CODETEMPLATES__TEMPLATES
          The meta object literal for the 'Templates' containment reference list feature
static org.eclipse.emf.ecore.EClass DOLLAR
          The meta object literal for the 'Dollar' class
static org.eclipse.emf.ecore.EAttribute DOLLAR__ESCAPED
          The meta object literal for the 'Escaped' attribute feature
static org.eclipse.emf.ecore.EClass LITERAL
          The meta object literal for the 'Literal' class
static org.eclipse.emf.ecore.EAttribute LITERAL__VALUE
          The meta object literal for the 'Value' attribute feature
static org.eclipse.emf.ecore.EClass TEMPLATE_BODY
          The meta object literal for the 'Template Body' class
static org.eclipse.emf.ecore.EReference TEMPLATE_BODY__PARTS
          The meta object literal for the 'Parts' containment reference list feature
static org.eclipse.emf.ecore.EClass TEMPLATE_PART
          The meta object literal for the 'Template Part' class
static org.eclipse.emf.ecore.EClass VARIABLE
          The meta object literal for the 'Variable' class
static org.eclipse.emf.ecore.EAttribute VARIABLE__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EAttribute VARIABLE__PARAMETERS
          The meta object literal for the 'Parameters' attribute list feature
static org.eclipse.emf.ecore.EAttribute VARIABLE__TYPE
          The meta object literal for the 'Type' attribute feature
 

Field Detail

CODETEMPLATES

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

See Also:
CodetemplatesImpl, TemplatesPackageImpl.getCodetemplates()
EMF generated code

CODETEMPLATES__LANGUAGE

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

EMF generated code

CODETEMPLATES__TEMPLATES

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

EMF generated code

CODETEMPLATE

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

See Also:
CodetemplateImpl, TemplatesPackageImpl.getCodetemplate()
EMF generated code

CODETEMPLATE__NAME

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

EMF generated code

CODETEMPLATE__ID

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

EMF generated code

CODETEMPLATE__DESCRIPTION

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

EMF generated code

CODETEMPLATE__CONTEXT

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

EMF generated code

CODETEMPLATE__KEYWORD_CONTEXT

static final org.eclipse.emf.ecore.EAttribute CODETEMPLATE__KEYWORD_CONTEXT
The meta object literal for the 'Keyword Context' attribute feature.

EMF generated code

CODETEMPLATE__BODY

static final org.eclipse.emf.ecore.EReference CODETEMPLATE__BODY
The meta object literal for the 'Body' containment reference feature.

EMF generated code

TEMPLATE_BODY

static final org.eclipse.emf.ecore.EClass TEMPLATE_BODY
The meta object literal for the 'Template Body' class.

See Also:
TemplateBodyImpl, TemplatesPackageImpl.getTemplateBody()
EMF generated code

TEMPLATE_BODY__PARTS

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

EMF generated code

TEMPLATE_PART

static final org.eclipse.emf.ecore.EClass TEMPLATE_PART
The meta object literal for the 'Template Part' class.

See Also:
TemplatePartImpl, TemplatesPackageImpl.getTemplatePart()
EMF generated code

VARIABLE

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

See Also:
VariableImpl, TemplatesPackageImpl.getVariable()
EMF generated code

VARIABLE__NAME

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

EMF generated code

VARIABLE__TYPE

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

EMF generated code

VARIABLE__PARAMETERS

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

EMF generated code

LITERAL

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

See Also:
LiteralImpl, TemplatesPackageImpl.getLiteral()
EMF generated code

LITERAL__VALUE

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

EMF generated code

DOLLAR

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

See Also:
DollarImpl, TemplatesPackageImpl.getDollar()
EMF generated code

DOLLAR__ESCAPED

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

EMF generated code