org.eclipse.modisco.jee.jsp
Interface JspPackage.Literals

Enclosing interface:
JspPackage

public static interface JspPackage.Literals

Defines literals for the meta objects that represent

Generated:

Field Summary
static EClass COMPOSED_ATTRIBUTE
          The meta object literal for the 'Composed Attribute' class.
static EClass JAVA_SCRIPT
          The meta object literal for the 'Java Script' class.
static EClass JSP_ACTION
          The meta object literal for the 'JSP Action' class.
static EAttribute JSP_ACTION__IS_TAG_FRAGMENT
          The meta object literal for the 'Is Tag Fragment' attribute feature.
static EClass JSP_COMMENT
          The meta object literal for the 'JSP Comment' class.
static EAttribute JSP_COMMENT__IS_TAG_FRAGMENT
          The meta object literal for the 'Is Tag Fragment' attribute feature.
static EClass JSP_DECLARATION
          The meta object literal for the 'JSP Declaration' class.
static EClass JSP_DIRECTIVE
          The meta object literal for the 'JSP Directive' class.
static EClass JSP_EXPRESSION
          The meta object literal for the 'JSP Expression' class.
static EClass JSP_SCRIPT
          The meta object literal for the 'JSP Script' class.
static EAttribute JSP_SCRIPT__IS_TAG_FRAGMENT
          The meta object literal for the 'Is Tag Fragment' attribute feature.
static EClass JSP_SCRIPTLET
          The meta object literal for the 'JSP Scriptlet' class.
static EClass JSP_STD_ACTION
          The meta object literal for the 'JSP Std Action' class.
static EClass JSP_TAG_LIB
          The meta object literal for the 'JSP Tag Lib' class.
static EClass MODEL
          The meta object literal for the 'Model' class.
static EReference MODEL__PAGES
          The meta object literal for the 'Pages' containment reference list feature.
static EClass PAGE
          The meta object literal for the 'Page' class.
static EAttribute PAGE__DOCTYPE
          The meta object literal for the 'Doctype' attribute feature.
static EAttribute PAGE__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute PAGE__ORIGINAL_FILE_PATH
          The meta object literal for the 'Original File Path' attribute feature.
static EReference PAGE__OWNED_ELEMENTS
          The meta object literal for the 'Owned Elements' containment reference list feature.
static EReference PAGE__PAGE_OWNER
          The meta object literal for the 'Page Owner' container reference feature.
static EAttribute PAGE__XML_DECLARATION
          The meta object literal for the 'Xml Declaration' attribute feature.
 

Field Detail

JSP_SCRIPT

static final EClass JSP_SCRIPT
The meta object literal for the 'JSP Script' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.JSPScriptImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getJSPScript()
Generated:

JSP_SCRIPT__IS_TAG_FRAGMENT

static final EAttribute JSP_SCRIPT__IS_TAG_FRAGMENT
The meta object literal for the 'Is Tag Fragment' attribute feature.

Generated:

JSP_SCRIPTLET

static final EClass JSP_SCRIPTLET
The meta object literal for the 'JSP Scriptlet' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.JSPScriptletImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getJSPScriptlet()
Generated:

JSP_EXPRESSION

static final EClass JSP_EXPRESSION
The meta object literal for the 'JSP Expression' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.JSPExpressionImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getJSPExpression()
Generated:

JSP_DECLARATION

static final EClass JSP_DECLARATION
The meta object literal for the 'JSP Declaration' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.JSPDeclarationImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getJSPDeclaration()
Generated:

JSP_ACTION

static final EClass JSP_ACTION
The meta object literal for the 'JSP Action' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.JSPActionImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getJSPAction()
Generated:

JSP_ACTION__IS_TAG_FRAGMENT

static final EAttribute JSP_ACTION__IS_TAG_FRAGMENT
The meta object literal for the 'Is Tag Fragment' attribute feature.

Generated:

JSP_STD_ACTION

static final EClass JSP_STD_ACTION
The meta object literal for the 'JSP Std Action' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.JSPStdActionImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getJSPStdAction()
Generated:

JSP_DIRECTIVE

static final EClass JSP_DIRECTIVE
The meta object literal for the 'JSP Directive' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.JSPDirectiveImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getJSPDirective()
Generated:

JSP_TAG_LIB

static final EClass JSP_TAG_LIB
The meta object literal for the 'JSP Tag Lib' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.JSPTagLibImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getJSPTagLib()
Generated:

JAVA_SCRIPT

static final EClass JAVA_SCRIPT
The meta object literal for the 'Java Script' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.JavaScriptImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getJavaScript()
Generated:

JSP_COMMENT

static final EClass JSP_COMMENT
The meta object literal for the 'JSP Comment' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.JSPCommentImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getJSPComment()
Generated:

JSP_COMMENT__IS_TAG_FRAGMENT

static final EAttribute JSP_COMMENT__IS_TAG_FRAGMENT
The meta object literal for the 'Is Tag Fragment' attribute feature.

Generated:

PAGE

static final EClass PAGE
The meta object literal for the 'Page' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.PageImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getPage()
Generated:

PAGE__ORIGINAL_FILE_PATH

static final EAttribute PAGE__ORIGINAL_FILE_PATH
The meta object literal for the 'Original File Path' attribute feature.

Generated:

PAGE__XML_DECLARATION

static final EAttribute PAGE__XML_DECLARATION
The meta object literal for the 'Xml Declaration' attribute feature.

Generated:

PAGE__DOCTYPE

static final EAttribute PAGE__DOCTYPE
The meta object literal for the 'Doctype' attribute feature.

Generated:

PAGE__OWNED_ELEMENTS

static final EReference PAGE__OWNED_ELEMENTS
The meta object literal for the 'Owned Elements' containment reference list feature.

Generated:

PAGE__PAGE_OWNER

static final EReference PAGE__PAGE_OWNER
The meta object literal for the 'Page Owner' container reference feature.

Generated:

PAGE__NAME

static final EAttribute PAGE__NAME
The meta object literal for the 'Name' attribute feature.

Generated:

MODEL

static final EClass MODEL
The meta object literal for the 'Model' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.ModelImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getModel()
Generated:

MODEL__PAGES

static final EReference MODEL__PAGES
The meta object literal for the 'Pages' containment reference list feature.

Generated:

COMPOSED_ATTRIBUTE

static final EClass COMPOSED_ATTRIBUTE
The meta object literal for the 'Composed Attribute' class.

See Also:
org.eclipse.modisco.jee.jsp.impl.ComposedAttributeImpl, org.eclipse.modisco.jee.jsp.impl.JspPackageImpl#getComposedAttribute()
Generated: