Package org.nasdanika.html.model.html
Interface HtmlPackage.Literals
-
- Enclosing interface:
- HtmlPackage
public static interface HtmlPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
-
-
Field Summary
Fields Modifier and Type Field Description static EClassHTML_ELEMENTThe meta object literal for the 'Element' class.static EReferenceHTML_ELEMENT__ATTRIBUTESThe meta object literal for the 'Attributes' map feature.static EReferenceHTML_ELEMENT__CONTENTThe meta object literal for the 'Content' containment reference list feature.static EClassPAGEThe meta object literal for the 'Page' class.static EReferencePAGE__BODYThe meta object literal for the 'Body' containment reference list feature.static EReferencePAGE__BUILDERSThe meta object literal for the 'Builders' containment reference list feature.static EReferencePAGE__HEADThe meta object literal for the 'Head' containment reference list feature.static EAttributePAGE__LANGUAGEThe meta object literal for the 'Language' attribute feature.static EAttributePAGE__NAMEThe meta object literal for the 'Name' attribute feature.static EAttributePAGE__SCRIPTSThe meta object literal for the 'Scripts' attribute list feature.static EAttributePAGE__STYLESHEETSThe meta object literal for the 'Stylesheets' attribute list feature.static EClassSCRIPTThe meta object literal for the 'Script' class.static EClassSCRIPT_REFERENCEThe meta object literal for the 'Script Reference' class.static EAttributeSCRIPT_REFERENCE__SRCThe meta object literal for the 'Src' attribute feature.static EClassSTYLESHEETThe meta object literal for the 'Stylesheet' class.static EClassSTYLESHEET_REFERENCEThe meta object literal for the 'Stylesheet Reference' class.static EAttributeSTYLESHEET_REFERENCE__TARGETThe meta object literal for the 'Target' attribute feature.static EClassTAGThe meta object literal for the 'Tag' class.static EAttributeTAG__NAMEThe meta object literal for the 'Name' attribute feature.
-
-
-
Field Detail
-
HTML_ELEMENT
static final EClass HTML_ELEMENT
The meta object literal for the 'Element' class.- See Also:
HtmlElementImpl,HtmlPackageImpl.getHtmlElement()
-
HTML_ELEMENT__ATTRIBUTES
static final EReference HTML_ELEMENT__ATTRIBUTES
The meta object literal for the 'Attributes' map feature.
-
HTML_ELEMENT__CONTENT
static final EReference HTML_ELEMENT__CONTENT
The meta object literal for the 'Content' containment reference list feature.
-
TAG
static final EClass TAG
The meta object literal for the 'Tag' class.- See Also:
TagImpl,HtmlPackageImpl.getTag()
-
TAG__NAME
static final EAttribute TAG__NAME
The meta object literal for the 'Name' attribute feature.
-
PAGE
static final EClass PAGE
The meta object literal for the 'Page' class.- See Also:
PageImpl,HtmlPackageImpl.getPage()
-
PAGE__HEAD
static final EReference PAGE__HEAD
The meta object literal for the 'Head' containment reference list feature.
-
PAGE__BODY
static final EReference PAGE__BODY
The meta object literal for the 'Body' containment reference list feature.
-
PAGE__BUILDERS
static final EReference PAGE__BUILDERS
The meta object literal for the 'Builders' containment reference list feature.
-
PAGE__LANGUAGE
static final EAttribute PAGE__LANGUAGE
The meta object literal for the 'Language' attribute feature.
-
PAGE__NAME
static final EAttribute PAGE__NAME
The meta object literal for the 'Name' attribute feature.
-
PAGE__STYLESHEETS
static final EAttribute PAGE__STYLESHEETS
The meta object literal for the 'Stylesheets' attribute list feature.
-
PAGE__SCRIPTS
static final EAttribute PAGE__SCRIPTS
The meta object literal for the 'Scripts' attribute list feature.
-
STYLESHEET
static final EClass STYLESHEET
The meta object literal for the 'Stylesheet' class.- See Also:
StylesheetImpl,HtmlPackageImpl.getStylesheet()
-
STYLESHEET_REFERENCE
static final EClass STYLESHEET_REFERENCE
The meta object literal for the 'Stylesheet Reference' class.
-
STYLESHEET_REFERENCE__TARGET
static final EAttribute STYLESHEET_REFERENCE__TARGET
The meta object literal for the 'Target' attribute feature.
-
SCRIPT
static final EClass SCRIPT
The meta object literal for the 'Script' class.- See Also:
ScriptImpl,HtmlPackageImpl.getScript()
-
SCRIPT_REFERENCE
static final EClass SCRIPT_REFERENCE
The meta object literal for the 'Script Reference' class.
-
SCRIPT_REFERENCE__SRC
static final EAttribute SCRIPT_REFERENCE__SRC
The meta object literal for the 'Src' attribute feature.
-
-