public interface Page
extends org.nasdanika.ncore.ModelElement
The following features are supported:
HtmlPackage.getPage()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> |
getBody()
Returns the value of the 'Body' containment reference list.
|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> |
getBuilders()
Returns the value of the 'Builders' containment reference list.
|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> |
getHead()
Returns the value of the 'Head' containment reference list.
|
String |
getLanguage()
Returns the value of the 'Language' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getScripts()
Returns the value of the 'Scripts' attribute list.
|
org.eclipse.emf.common.util.EList<String> |
getStylesheets()
Returns the value of the 'Stylesheets' attribute list.
|
void |
setLanguage(String value)
Sets the value of the '
Language' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
getDescription, getUri, getUuid, setDescription, setUri, setUuideAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetorg.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getHead()
EObject.
Head content.
HtmlPackage.getPage_Head()org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getBody()
EObject.
Body content.
HtmlPackage.getPage_Body()org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getBuilders()
EObject.
Builders operate on an instance of ``org.nasdanika.html.HTMLPage`` created by the the page element. Builders shall be adaptable to ``org.nasdanika.common.Consumer``.
HtmlPackage.getPage_Builders()String getLanguage()
setLanguage(String),
HtmlPackage.getPage_Language()void setLanguage(String value)
Language' attribute.
value - the new value of the 'Language' attribute.getLanguage()String getName()
setName(String),
HtmlPackage.getPage_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<String> getStylesheets()
String.
Stylesheet URL's
HtmlPackage.getPage_Stylesheets()org.eclipse.emf.common.util.EList<String> getScripts()
String.
Script URL's
HtmlPackage.getPage_Scripts()Copyright © 2021 Nasdanika. All rights reserved.