org.nasdanika.html.model.app.AppPackage Maven / Gradle / Ivy
/**
*/
package org.nasdanika.html.model.app;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EEnum;
import org.eclipse.emf.ecore.EOperation;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
import org.nasdanika.html.model.bootstrap.BootstrapPackage;
import org.nasdanika.ncore.NcorePackage;
/**
*
* The Package for the model.
* It contains accessors for the meta objects to represent
*
* - each class,
* - each feature of each class,
* - each operation of each class,
* - each enum,
* - and each data type
*
*
* @see org.nasdanika.html.model.app.AppFactory
* @model kind="package"
* @generated
*/
public interface AppPackage extends EPackage {
/**
* The package name.
*
*
* @generated
*/
String eNAME = "app";
/**
* The package namespace URI.
*
*
* @generated
*/
String eNS_URI = "ecore://nasdanika.org/html/app";
/**
* The package namespace name.
*
*
* @generated
*/
String eNS_PREFIX = "org.nasdanika.html.model.app";
/**
* The singleton instance of the package.
*
*
* @generated
*/
AppPackage eINSTANCE = org.nasdanika.html.model.app.impl.AppPackageImpl.init();
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.impl.LabelImpl Label}' class.
*
*
* @see org.nasdanika.html.model.app.impl.LabelImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getLabel()
* @generated
*/
int LABEL = 0;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int LABEL__MARKERS = BootstrapPackage.BOOTSTRAP_ELEMENT__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int LABEL__URIS = BootstrapPackage.BOOTSTRAP_ELEMENT__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int LABEL__DESCRIPTION = BootstrapPackage.BOOTSTRAP_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int LABEL__UUID = BootstrapPackage.BOOTSTRAP_ELEMENT__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int LABEL__LABEL_PROTOTYPE = BootstrapPackage.BOOTSTRAP_ELEMENT__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int LABEL__REPRESENTATIONS = BootstrapPackage.BOOTSTRAP_ELEMENT__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int LABEL__ANNOTATIONS = BootstrapPackage.BOOTSTRAP_ELEMENT__ANNOTATIONS;
/**
* The feature id for the 'Attributes' map.
*
*
* @generated
* @ordered
*/
int LABEL__ATTRIBUTES = BootstrapPackage.BOOTSTRAP_ELEMENT__ATTRIBUTES;
/**
* The feature id for the 'Content' containment reference list.
*
*
* @generated
* @ordered
*/
int LABEL__CONTENT = BootstrapPackage.BOOTSTRAP_ELEMENT__CONTENT;
/**
* The feature id for the 'Appearance' containment reference.
*
*
* @generated
* @ordered
*/
int LABEL__APPEARANCE = BootstrapPackage.BOOTSTRAP_ELEMENT__APPEARANCE;
/**
* The feature id for the 'Active' attribute.
*
*
* @generated
* @ordered
*/
int LABEL__ACTIVE = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Disabled' attribute.
*
*
* @generated
* @ordered
*/
int LABEL__DISABLED = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Color' attribute.
*
*
* @generated
* @ordered
*/
int LABEL__COLOR = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int LABEL__ID = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Text' attribute.
*
*
* @generated
* @ordered
*/
int LABEL__TEXT = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int LABEL__ICON = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Tooltip' attribute.
*
*
* @generated
* @ordered
*/
int LABEL__TOOLTIP = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Outline' attribute.
*
*
* @generated
* @ordered
*/
int LABEL__OUTLINE = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Notification' attribute.
*
*
* @generated
* @ordered
*/
int LABEL__NOTIFICATION = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 8;
/**
* The feature id for the 'Children' containment reference list.
*
*
* @generated
* @ordered
*/
int LABEL__CHILDREN = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 9;
/**
* The feature id for the 'Decorator' containment reference.
*
*
* @generated
* @ordered
*/
int LABEL__DECORATOR = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 10;
/**
* The number of structural features of the 'Label' class.
*
*
* @generated
* @ordered
*/
int LABEL_FEATURE_COUNT = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 11;
/**
* The number of operations of the 'Label' class.
*
*
* @generated
* @ordered
*/
int LABEL_OPERATION_COUNT = BootstrapPackage.BOOTSTRAP_ELEMENT_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.impl.LinkImpl Link}' class.
*
*
* @see org.nasdanika.html.model.app.impl.LinkImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getLink()
* @generated
*/
int LINK = 1;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int LINK__MARKERS = LABEL__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int LINK__URIS = LABEL__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int LINK__DESCRIPTION = LABEL__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int LINK__UUID = LABEL__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int LINK__LABEL_PROTOTYPE = LABEL__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int LINK__REPRESENTATIONS = LABEL__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int LINK__ANNOTATIONS = LABEL__ANNOTATIONS;
/**
* The feature id for the 'Attributes' map.
*
*
* @generated
* @ordered
*/
int LINK__ATTRIBUTES = LABEL__ATTRIBUTES;
/**
* The feature id for the 'Content' containment reference list.
*
*
* @generated
* @ordered
*/
int LINK__CONTENT = LABEL__CONTENT;
/**
* The feature id for the 'Appearance' containment reference.
*
*
* @generated
* @ordered
*/
int LINK__APPEARANCE = LABEL__APPEARANCE;
/**
* The feature id for the 'Active' attribute.
*
*
* @generated
* @ordered
*/
int LINK__ACTIVE = LABEL__ACTIVE;
/**
* The feature id for the 'Disabled' attribute.
*
*
* @generated
* @ordered
*/
int LINK__DISABLED = LABEL__DISABLED;
/**
* The feature id for the 'Color' attribute.
*
*
* @generated
* @ordered
*/
int LINK__COLOR = LABEL__COLOR;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int LINK__ID = LABEL__ID;
/**
* The feature id for the 'Text' attribute.
*
*
* @generated
* @ordered
*/
int LINK__TEXT = LABEL__TEXT;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int LINK__ICON = LABEL__ICON;
/**
* The feature id for the 'Tooltip' attribute.
*
*
* @generated
* @ordered
*/
int LINK__TOOLTIP = LABEL__TOOLTIP;
/**
* The feature id for the 'Outline' attribute.
*
*
* @generated
* @ordered
*/
int LINK__OUTLINE = LABEL__OUTLINE;
/**
* The feature id for the 'Notification' attribute.
*
*
* @generated
* @ordered
*/
int LINK__NOTIFICATION = LABEL__NOTIFICATION;
/**
* The feature id for the 'Children' containment reference list.
*
*
* @generated
* @ordered
*/
int LINK__CHILDREN = LABEL__CHILDREN;
/**
* The feature id for the 'Decorator' containment reference.
*
*
* @generated
* @ordered
*/
int LINK__DECORATOR = LABEL__DECORATOR;
/**
* The feature id for the 'Location' attribute.
*
*
* @generated
* @ordered
*/
int LINK__LOCATION = LABEL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Script' attribute.
*
*
* @generated
* @ordered
*/
int LINK__SCRIPT = LABEL_FEATURE_COUNT + 1;
/**
* The feature id for the 'Modal' containment reference.
*
*
* @generated
* @ordered
*/
int LINK__MODAL = LABEL_FEATURE_COUNT + 2;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int LINK__NAME = LABEL_FEATURE_COUNT + 3;
/**
* The feature id for the 'Confirmation' attribute.
*
*
* @generated
* @ordered
*/
int LINK__CONFIRMATION = LABEL_FEATURE_COUNT + 4;
/**
* The feature id for the 'Target' attribute.
*
*
* @generated
* @ordered
*/
int LINK__TARGET = LABEL_FEATURE_COUNT + 5;
/**
* The feature id for the 'Action' reference.
*
*
* @generated
* @ordered
*/
int LINK__ACTION = LABEL_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Link' class.
*
*
* @generated
* @ordered
*/
int LINK_FEATURE_COUNT = LABEL_FEATURE_COUNT + 7;
/**
* The number of operations of the 'Link' class.
*
*
* @generated
* @ordered
*/
int LINK_OPERATION_COUNT = LABEL_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.impl.PageImpl Page}' class.
*
*
* @see org.nasdanika.html.model.app.impl.PageImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getPage()
* @generated
*/
int PAGE = 2;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int PAGE__MARKERS = BootstrapPackage.BOOTSTRAP_ELEMENT__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int PAGE__URIS = BootstrapPackage.BOOTSTRAP_ELEMENT__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int PAGE__DESCRIPTION = BootstrapPackage.BOOTSTRAP_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int PAGE__UUID = BootstrapPackage.BOOTSTRAP_ELEMENT__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int PAGE__LABEL_PROTOTYPE = BootstrapPackage.BOOTSTRAP_ELEMENT__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int PAGE__REPRESENTATIONS = BootstrapPackage.BOOTSTRAP_ELEMENT__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int PAGE__ANNOTATIONS = BootstrapPackage.BOOTSTRAP_ELEMENT__ANNOTATIONS;
/**
* The feature id for the 'Attributes' map.
*
*
* @generated
* @ordered
*/
int PAGE__ATTRIBUTES = BootstrapPackage.BOOTSTRAP_ELEMENT__ATTRIBUTES;
/**
* The feature id for the 'Content' containment reference list.
*
*
* @generated
* @ordered
*/
int PAGE__CONTENT = BootstrapPackage.BOOTSTRAP_ELEMENT__CONTENT;
/**
* The feature id for the 'Appearance' containment reference.
*
*
* @generated
* @ordered
*/
int PAGE__APPEARANCE = BootstrapPackage.BOOTSTRAP_ELEMENT__APPEARANCE;
/**
* The feature id for the 'Fluid' attribute.
*
*
* @generated
* @ordered
*/
int PAGE__FLUID = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Header' containment reference.
*
*
* @generated
* @ordered
*/
int PAGE__HEADER = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Navigation Bar' containment reference.
*
*
* @generated
* @ordered
*/
int PAGE__NAVIGATION_BAR = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Navigation Panel' containment reference.
*
*
* @generated
* @ordered
*/
int PAGE__NAVIGATION_PANEL = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Content Panel' containment reference.
*
*
* @generated
* @ordered
*/
int PAGE__CONTENT_PANEL = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Footer' containment reference.
*
*
* @generated
* @ordered
*/
int PAGE__FOOTER = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Content Row Appearance' containment reference.
*
*
* @generated
* @ordered
*/
int PAGE__CONTENT_ROW_APPEARANCE = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Page' class.
*
*
* @generated
* @ordered
*/
int PAGE_FEATURE_COUNT = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 7;
/**
* The number of operations of the 'Page' class.
*
*
* @generated
* @ordered
*/
int PAGE_OPERATION_COUNT = BootstrapPackage.BOOTSTRAP_ELEMENT_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.impl.PagePartImpl Page Part}' class.
*
*
* @see org.nasdanika.html.model.app.impl.PagePartImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getPagePart()
* @generated
*/
int PAGE_PART = 3;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int PAGE_PART__MARKERS = BootstrapPackage.BOOTSTRAP_ELEMENT__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int PAGE_PART__URIS = BootstrapPackage.BOOTSTRAP_ELEMENT__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int PAGE_PART__DESCRIPTION = BootstrapPackage.BOOTSTRAP_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int PAGE_PART__UUID = BootstrapPackage.BOOTSTRAP_ELEMENT__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int PAGE_PART__LABEL_PROTOTYPE = BootstrapPackage.BOOTSTRAP_ELEMENT__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int PAGE_PART__REPRESENTATIONS = BootstrapPackage.BOOTSTRAP_ELEMENT__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int PAGE_PART__ANNOTATIONS = BootstrapPackage.BOOTSTRAP_ELEMENT__ANNOTATIONS;
/**
* The feature id for the 'Attributes' map.
*
*
* @generated
* @ordered
*/
int PAGE_PART__ATTRIBUTES = BootstrapPackage.BOOTSTRAP_ELEMENT__ATTRIBUTES;
/**
* The feature id for the 'Content' containment reference list.
*
*
* @generated
* @ordered
*/
int PAGE_PART__CONTENT = BootstrapPackage.BOOTSTRAP_ELEMENT__CONTENT;
/**
* The feature id for the 'Appearance' containment reference.
*
*
* @generated
* @ordered
*/
int PAGE_PART__APPEARANCE = BootstrapPackage.BOOTSTRAP_ELEMENT__APPEARANCE;
/**
* The feature id for the 'Items' containment reference list.
*
*
* @generated
* @ordered
*/
int PAGE_PART__ITEMS = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Page Part' class.
*
*
* @generated
* @ordered
*/
int PAGE_PART_FEATURE_COUNT = BootstrapPackage.BOOTSTRAP_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Page Part' class.
*
*
* @generated
* @ordered
*/
int PAGE_PART_OPERATION_COUNT = BootstrapPackage.BOOTSTRAP_ELEMENT_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.impl.HeaderImpl Header}' class.
*
*
* @see org.nasdanika.html.model.app.impl.HeaderImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getHeader()
* @generated
*/
int HEADER = 4;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int HEADER__MARKERS = PAGE_PART__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int HEADER__URIS = PAGE_PART__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int HEADER__DESCRIPTION = PAGE_PART__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int HEADER__UUID = PAGE_PART__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int HEADER__LABEL_PROTOTYPE = PAGE_PART__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int HEADER__REPRESENTATIONS = PAGE_PART__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int HEADER__ANNOTATIONS = PAGE_PART__ANNOTATIONS;
/**
* The feature id for the 'Attributes' map.
*
*
* @generated
* @ordered
*/
int HEADER__ATTRIBUTES = PAGE_PART__ATTRIBUTES;
/**
* The feature id for the 'Content' containment reference list.
*
*
* @generated
* @ordered
*/
int HEADER__CONTENT = PAGE_PART__CONTENT;
/**
* The feature id for the 'Appearance' containment reference.
*
*
* @generated
* @ordered
*/
int HEADER__APPEARANCE = PAGE_PART__APPEARANCE;
/**
* The feature id for the 'Items' containment reference list.
*
*
* @generated
* @ordered
*/
int HEADER__ITEMS = PAGE_PART__ITEMS;
/**
* The feature id for the 'Title' containment reference.
*
*
* @generated
* @ordered
*/
int HEADER__TITLE = PAGE_PART_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Header' class.
*
*
* @generated
* @ordered
*/
int HEADER_FEATURE_COUNT = PAGE_PART_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Header' class.
*
*
* @generated
* @ordered
*/
int HEADER_OPERATION_COUNT = PAGE_PART_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.impl.NavigationBarImpl Navigation Bar}' class.
*
*
* @see org.nasdanika.html.model.app.impl.NavigationBarImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getNavigationBar()
* @generated
*/
int NAVIGATION_BAR = 5;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__MARKERS = PAGE_PART__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__URIS = PAGE_PART__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__DESCRIPTION = PAGE_PART__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__UUID = PAGE_PART__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__LABEL_PROTOTYPE = PAGE_PART__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__REPRESENTATIONS = PAGE_PART__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__ANNOTATIONS = PAGE_PART__ANNOTATIONS;
/**
* The feature id for the 'Attributes' map.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__ATTRIBUTES = PAGE_PART__ATTRIBUTES;
/**
* The feature id for the 'Content' containment reference list.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__CONTENT = PAGE_PART__CONTENT;
/**
* The feature id for the 'Appearance' containment reference.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__APPEARANCE = PAGE_PART__APPEARANCE;
/**
* The feature id for the 'Items' containment reference list.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__ITEMS = PAGE_PART__ITEMS;
/**
* The feature id for the 'Brand' containment reference.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__BRAND = PAGE_PART_FEATURE_COUNT + 0;
/**
* The feature id for the 'Dark' attribute.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__DARK = PAGE_PART_FEATURE_COUNT + 1;
/**
* The feature id for the 'Expand' attribute.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__EXPAND = PAGE_PART_FEATURE_COUNT + 2;
/**
* The feature id for the 'Background' attribute.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR__BACKGROUND = PAGE_PART_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Navigation Bar' class.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR_FEATURE_COUNT = PAGE_PART_FEATURE_COUNT + 4;
/**
* The number of operations of the 'Navigation Bar' class.
*
*
* @generated
* @ordered
*/
int NAVIGATION_BAR_OPERATION_COUNT = PAGE_PART_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.impl.NavigationPanelImpl Navigation Panel}' class.
*
*
* @see org.nasdanika.html.model.app.impl.NavigationPanelImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getNavigationPanel()
* @generated
*/
int NAVIGATION_PANEL = 6;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__MARKERS = PAGE_PART__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__URIS = PAGE_PART__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__DESCRIPTION = PAGE_PART__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__UUID = PAGE_PART__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__LABEL_PROTOTYPE = PAGE_PART__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__REPRESENTATIONS = PAGE_PART__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__ANNOTATIONS = PAGE_PART__ANNOTATIONS;
/**
* The feature id for the 'Attributes' map.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__ATTRIBUTES = PAGE_PART__ATTRIBUTES;
/**
* The feature id for the 'Content' containment reference list.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__CONTENT = PAGE_PART__CONTENT;
/**
* The feature id for the 'Appearance' containment reference.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__APPEARANCE = PAGE_PART__APPEARANCE;
/**
* The feature id for the 'Items' containment reference list.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__ITEMS = PAGE_PART__ITEMS;
/**
* The feature id for the 'Style' attribute.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__STYLE = PAGE_PART_FEATURE_COUNT + 0;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__ID = PAGE_PART_FEATURE_COUNT + 1;
/**
* The feature id for the 'Label Trim Length' attribute.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__LABEL_TRIM_LENGTH = PAGE_PART_FEATURE_COUNT + 2;
/**
* The feature id for the 'Collapsible' attribute.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__COLLAPSIBLE = PAGE_PART_FEATURE_COUNT + 3;
/**
* The feature id for the 'Js Tree Search Threshold' attribute.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL__JS_TREE_SEARCH_THRESHOLD = PAGE_PART_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Navigation Panel' class.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL_FEATURE_COUNT = PAGE_PART_FEATURE_COUNT + 5;
/**
* The number of operations of the 'Navigation Panel' class.
*
*
* @generated
* @ordered
*/
int NAVIGATION_PANEL_OPERATION_COUNT = PAGE_PART_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.impl.ContentPanelImpl Content Panel}' class.
*
*
* @see org.nasdanika.html.model.app.impl.ContentPanelImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getContentPanel()
* @generated
*/
int CONTENT_PANEL = 7;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__MARKERS = PAGE_PART__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__URIS = PAGE_PART__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__DESCRIPTION = PAGE_PART__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__UUID = PAGE_PART__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__LABEL_PROTOTYPE = PAGE_PART__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__REPRESENTATIONS = PAGE_PART__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__ANNOTATIONS = PAGE_PART__ANNOTATIONS;
/**
* The feature id for the 'Attributes' map.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__ATTRIBUTES = PAGE_PART__ATTRIBUTES;
/**
* The feature id for the 'Content' containment reference list.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__CONTENT = PAGE_PART__CONTENT;
/**
* The feature id for the 'Appearance' containment reference.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__APPEARANCE = PAGE_PART__APPEARANCE;
/**
* The feature id for the 'Items' containment reference list.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__ITEMS = PAGE_PART__ITEMS;
/**
* The feature id for the 'Breadcrumb' containment reference list.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__BREADCRUMB = PAGE_PART_FEATURE_COUNT + 0;
/**
* The feature id for the 'Title' containment reference.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__TITLE = PAGE_PART_FEATURE_COUNT + 1;
/**
* The feature id for the 'Left Navigation' containment reference.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__LEFT_NAVIGATION = PAGE_PART_FEATURE_COUNT + 2;
/**
* The feature id for the 'Right Navigation' containment reference.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__RIGHT_NAVIGATION = PAGE_PART_FEATURE_COUNT + 3;
/**
* The feature id for the 'Float Left Navigation' containment reference.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__FLOAT_LEFT_NAVIGATION = PAGE_PART_FEATURE_COUNT + 4;
/**
* The feature id for the 'Float Right Navigation' containment reference.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__FLOAT_RIGHT_NAVIGATION = PAGE_PART_FEATURE_COUNT + 5;
/**
* The feature id for the 'Sections' containment reference list.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__SECTIONS = PAGE_PART_FEATURE_COUNT + 6;
/**
* The feature id for the 'Section Columns' attribute.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__SECTION_COLUMNS = PAGE_PART_FEATURE_COUNT + 7;
/**
* The feature id for the 'Section Style' attribute.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL__SECTION_STYLE = PAGE_PART_FEATURE_COUNT + 8;
/**
* The number of structural features of the 'Content Panel' class.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL_FEATURE_COUNT = PAGE_PART_FEATURE_COUNT + 9;
/**
* The number of operations of the 'Content Panel' class.
*
*
* @generated
* @ordered
*/
int CONTENT_PANEL_OPERATION_COUNT = PAGE_PART_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.impl.FooterImpl Footer}' class.
*
*
* @see org.nasdanika.html.model.app.impl.FooterImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getFooter()
* @generated
*/
int FOOTER = 8;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int FOOTER__MARKERS = PAGE_PART__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int FOOTER__URIS = PAGE_PART__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int FOOTER__DESCRIPTION = PAGE_PART__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int FOOTER__UUID = PAGE_PART__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int FOOTER__LABEL_PROTOTYPE = PAGE_PART__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int FOOTER__REPRESENTATIONS = PAGE_PART__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int FOOTER__ANNOTATIONS = PAGE_PART__ANNOTATIONS;
/**
* The feature id for the 'Attributes' map.
*
*
* @generated
* @ordered
*/
int FOOTER__ATTRIBUTES = PAGE_PART__ATTRIBUTES;
/**
* The feature id for the 'Content' containment reference list.
*
*
* @generated
* @ordered
*/
int FOOTER__CONTENT = PAGE_PART__CONTENT;
/**
* The feature id for the 'Appearance' containment reference.
*
*
* @generated
* @ordered
*/
int FOOTER__APPEARANCE = PAGE_PART__APPEARANCE;
/**
* The feature id for the 'Items' containment reference list.
*
*
* @generated
* @ordered
*/
int FOOTER__ITEMS = PAGE_PART__ITEMS;
/**
* The number of structural features of the 'Footer' class.
*
*
* @generated
* @ordered
*/
int FOOTER_FEATURE_COUNT = PAGE_PART_FEATURE_COUNT + 0;
/**
* The number of operations of the 'Footer' class.
*
*
* @generated
* @ordered
*/
int FOOTER_OPERATION_COUNT = PAGE_PART_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.impl.ActionImpl Action}' class.
*
*
* @see org.nasdanika.html.model.app.impl.ActionImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getAction()
* @generated
*/
int ACTION = 9;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__MARKERS = LINK__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int ACTION__URIS = LINK__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__DESCRIPTION = LINK__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__UUID = LINK__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int ACTION__LABEL_PROTOTYPE = LINK__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int ACTION__REPRESENTATIONS = LINK__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__ANNOTATIONS = LINK__ANNOTATIONS;
/**
* The feature id for the 'Attributes' map.
*
*
* @generated
* @ordered
*/
int ACTION__ATTRIBUTES = LINK__ATTRIBUTES;
/**
* The feature id for the 'Content' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__CONTENT = LINK__CONTENT;
/**
* The feature id for the 'Appearance' containment reference.
*
*
* @generated
* @ordered
*/
int ACTION__APPEARANCE = LINK__APPEARANCE;
/**
* The feature id for the 'Active' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__ACTIVE = LINK__ACTIVE;
/**
* The feature id for the 'Disabled' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__DISABLED = LINK__DISABLED;
/**
* The feature id for the 'Color' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__COLOR = LINK__COLOR;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__ID = LINK__ID;
/**
* The feature id for the 'Text' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__TEXT = LINK__TEXT;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__ICON = LINK__ICON;
/**
* The feature id for the 'Tooltip' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__TOOLTIP = LINK__TOOLTIP;
/**
* The feature id for the 'Outline' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__OUTLINE = LINK__OUTLINE;
/**
* The feature id for the 'Notification' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__NOTIFICATION = LINK__NOTIFICATION;
/**
* The feature id for the 'Children' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__CHILDREN = LINK__CHILDREN;
/**
* The feature id for the 'Decorator' containment reference.
*
*
* @generated
* @ordered
*/
int ACTION__DECORATOR = LINK__DECORATOR;
/**
* The feature id for the 'Location' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__LOCATION = LINK__LOCATION;
/**
* The feature id for the 'Script' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__SCRIPT = LINK__SCRIPT;
/**
* The feature id for the 'Modal' containment reference.
*
*
* @generated
* @ordered
*/
int ACTION__MODAL = LINK__MODAL;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__NAME = LINK__NAME;
/**
* The feature id for the 'Confirmation' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__CONFIRMATION = LINK__CONFIRMATION;
/**
* The feature id for the 'Target' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__TARGET = LINK__TARGET;
/**
* The feature id for the 'Action' reference.
*
*
* @generated
* @ordered
*/
int ACTION__ACTION = LINK__ACTION;
/**
* The feature id for the 'Section Columns' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__SECTION_COLUMNS = LINK_FEATURE_COUNT + 0;
/**
* The feature id for the 'Section Style' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__SECTION_STYLE = LINK_FEATURE_COUNT + 1;
/**
* The feature id for the 'Sections' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__SECTIONS = LINK_FEATURE_COUNT + 2;
/**
* The feature id for the 'Navigation' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__NAVIGATION = LINK_FEATURE_COUNT + 3;
/**
* The feature id for the 'Left Navigation' containment reference.
*
*
* @generated
* @ordered
*/
int ACTION__LEFT_NAVIGATION = LINK_FEATURE_COUNT + 4;
/**
* The feature id for the 'Right Navigation' containment reference.
*
*
* @generated
* @ordered
*/
int ACTION__RIGHT_NAVIGATION = LINK_FEATURE_COUNT + 5;
/**
* The feature id for the 'Float Left Navigation' containment reference.
*
*
* @generated
* @ordered
*/
int ACTION__FLOAT_LEFT_NAVIGATION = LINK_FEATURE_COUNT + 6;
/**
* The feature id for the 'Float Right Navigation' containment reference.
*
*
* @generated
* @ordered
*/
int ACTION__FLOAT_RIGHT_NAVIGATION = LINK_FEATURE_COUNT + 7;
/**
* The feature id for the 'Anonymous' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__ANONYMOUS = LINK_FEATURE_COUNT + 8;
/**
* The feature id for the 'Resources' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__RESOURCES = LINK_FEATURE_COUNT + 9;
/**
* The feature id for the 'Inline' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__INLINE = LINK_FEATURE_COUNT + 10;
/**
* The feature id for the 'Modal Activator' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__MODAL_ACTIVATOR = LINK_FEATURE_COUNT + 11;
/**
* The number of structural features of the 'Action' class.
*
*
* @generated
* @ordered
*/
int ACTION_FEATURE_COUNT = LINK_FEATURE_COUNT + 12;
/**
* The operation id for the 'Create Link' operation.
*
*
* @generated
* @ordered
*/
int ACTION___CREATE_LINK = LINK_OPERATION_COUNT + 0;
/**
* The number of operations of the 'Action' class.
*
*
* @generated
* @ordered
*/
int ACTION_OPERATION_COUNT = LINK_OPERATION_COUNT + 1;
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.impl.ActionReferenceImpl Action Reference}' class.
*
*
* @see org.nasdanika.html.model.app.impl.ActionReferenceImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getActionReference()
* @generated
*/
int ACTION_REFERENCE = 10;
/**
* The feature id for the 'Target' reference.
*
*
* @generated
* @ordered
*/
int ACTION_REFERENCE__TARGET = NcorePackage.REFERENCE__TARGET;
/**
* The number of structural features of the 'Action Reference' class.
*
*
* @generated
* @ordered
*/
int ACTION_REFERENCE_FEATURE_COUNT = NcorePackage.REFERENCE_FEATURE_COUNT + 0;
/**
* The number of operations of the 'Action Reference' class.
*
*
* @generated
* @ordered
*/
int ACTION_REFERENCE_OPERATION_COUNT = NcorePackage.REFERENCE_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.SectionStyle Section Style}' enum.
*
*
* @see org.nasdanika.html.model.app.SectionStyle
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getSectionStyle()
* @generated
*/
int SECTION_STYLE = 11;
/**
* The meta object id for the '{@link org.nasdanika.html.model.app.NavigationPanelStyle Navigation Panel Style}' enum.
*
*
* @see org.nasdanika.html.model.app.NavigationPanelStyle
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getNavigationPanelStyle()
* @generated
*/
int NAVIGATION_PANEL_STYLE = 12;
/**
* Returns the meta object for class '{@link org.nasdanika.html.model.app.Label Label}'.
*
*
* @return the meta object for class 'Label'.
* @see org.nasdanika.html.model.app.Label
* @generated
*/
EClass getLabel();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Label#getId Id}'.
*
*
* @return the meta object for the attribute 'Id'.
* @see org.nasdanika.html.model.app.Label#getId()
* @see #getLabel()
* @generated
*/
EAttribute getLabel_Id();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Label#getText Text}'.
*
*
* @return the meta object for the attribute 'Text'.
* @see org.nasdanika.html.model.app.Label#getText()
* @see #getLabel()
* @generated
*/
EAttribute getLabel_Text();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Label#getIcon Icon}'.
*
*
* @return the meta object for the attribute 'Icon'.
* @see org.nasdanika.html.model.app.Label#getIcon()
* @see #getLabel()
* @generated
*/
EAttribute getLabel_Icon();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Label#getTooltip Tooltip}'.
*
*
* @return the meta object for the attribute 'Tooltip'.
* @see org.nasdanika.html.model.app.Label#getTooltip()
* @see #getLabel()
* @generated
*/
EAttribute getLabel_Tooltip();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Label#isOutline Outline}'.
*
*
* @return the meta object for the attribute 'Outline'.
* @see org.nasdanika.html.model.app.Label#isOutline()
* @see #getLabel()
* @generated
*/
EAttribute getLabel_Outline();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Label#getNotification Notification}'.
*
*
* @return the meta object for the attribute 'Notification'.
* @see org.nasdanika.html.model.app.Label#getNotification()
* @see #getLabel()
* @generated
*/
EAttribute getLabel_Notification();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.app.Label#getChildren Children}'.
*
*
* @return the meta object for the containment reference list 'Children'.
* @see org.nasdanika.html.model.app.Label#getChildren()
* @see #getLabel()
* @generated
*/
EReference getLabel_Children();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Label#getDecorator Decorator}'.
*
*
* @return the meta object for the containment reference 'Decorator'.
* @see org.nasdanika.html.model.app.Label#getDecorator()
* @see #getLabel()
* @generated
*/
EReference getLabel_Decorator();
/**
* Returns the meta object for class '{@link org.nasdanika.html.model.app.Link Link}'.
*
*
* @return the meta object for class 'Link'.
* @see org.nasdanika.html.model.app.Link
* @generated
*/
EClass getLink();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Link#getLocation Location}'.
*
*
* @return the meta object for the attribute 'Location'.
* @see org.nasdanika.html.model.app.Link#getLocation()
* @see #getLink()
* @generated
*/
EAttribute getLink_Location();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Link#getScript Script}'.
*
*
* @return the meta object for the attribute 'Script'.
* @see org.nasdanika.html.model.app.Link#getScript()
* @see #getLink()
* @generated
*/
EAttribute getLink_Script();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Link#getModal Modal}'.
*
*
* @return the meta object for the containment reference 'Modal'.
* @see org.nasdanika.html.model.app.Link#getModal()
* @see #getLink()
* @generated
*/
EReference getLink_Modal();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Link#getConfirmation Confirmation}'.
*
*
* @return the meta object for the attribute 'Confirmation'.
* @see org.nasdanika.html.model.app.Link#getConfirmation()
* @see #getLink()
* @generated
*/
EAttribute getLink_Confirmation();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Link#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.nasdanika.html.model.app.Link#getName()
* @see #getLink()
* @generated
*/
EAttribute getLink_Name();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Link#getTarget Target}'.
*
*
* @return the meta object for the attribute 'Target'.
* @see org.nasdanika.html.model.app.Link#getTarget()
* @see #getLink()
* @generated
*/
EAttribute getLink_Target();
/**
* Returns the meta object for the reference '{@link org.nasdanika.html.model.app.Link#getAction Action}'.
*
*
* @return the meta object for the reference 'Action'.
* @see org.nasdanika.html.model.app.Link#getAction()
* @see #getLink()
* @generated
*/
EReference getLink_Action();
/**
* Returns the meta object for class '{@link org.nasdanika.html.model.app.Page Page}'.
*
*
* @return the meta object for class 'Page'.
* @see org.nasdanika.html.model.app.Page
* @generated
*/
EClass getPage();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Page#isFluid Fluid}'.
*
*
* @return the meta object for the attribute 'Fluid'.
* @see org.nasdanika.html.model.app.Page#isFluid()
* @see #getPage()
* @generated
*/
EAttribute getPage_Fluid();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Page#getHeader Header}'.
*
*
* @return the meta object for the containment reference 'Header'.
* @see org.nasdanika.html.model.app.Page#getHeader()
* @see #getPage()
* @generated
*/
EReference getPage_Header();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Page#getNavigationBar Navigation Bar}'.
*
*
* @return the meta object for the containment reference 'Navigation Bar'.
* @see org.nasdanika.html.model.app.Page#getNavigationBar()
* @see #getPage()
* @generated
*/
EReference getPage_NavigationBar();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Page#getNavigationPanel Navigation Panel}'.
*
*
* @return the meta object for the containment reference 'Navigation Panel'.
* @see org.nasdanika.html.model.app.Page#getNavigationPanel()
* @see #getPage()
* @generated
*/
EReference getPage_NavigationPanel();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Page#getContentPanel Content Panel}'.
*
*
* @return the meta object for the containment reference 'Content Panel'.
* @see org.nasdanika.html.model.app.Page#getContentPanel()
* @see #getPage()
* @generated
*/
EReference getPage_ContentPanel();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Page#getFooter Footer}'.
*
*
* @return the meta object for the containment reference 'Footer'.
* @see org.nasdanika.html.model.app.Page#getFooter()
* @see #getPage()
* @generated
*/
EReference getPage_Footer();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Page#getContentRowAppearance Content Row Appearance}'.
*
*
* @return the meta object for the containment reference 'Content Row Appearance'.
* @see org.nasdanika.html.model.app.Page#getContentRowAppearance()
* @see #getPage()
* @generated
*/
EReference getPage_ContentRowAppearance();
/**
* Returns the meta object for class '{@link org.nasdanika.html.model.app.PagePart Page Part}'.
*
*
* @return the meta object for class 'Page Part'.
* @see org.nasdanika.html.model.app.PagePart
* @generated
*/
EClass getPagePart();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.app.PagePart#getItems Items}'.
*
*
* @return the meta object for the containment reference list 'Items'.
* @see org.nasdanika.html.model.app.PagePart#getItems()
* @see #getPagePart()
* @generated
*/
EReference getPagePart_Items();
/**
* Returns the meta object for class '{@link org.nasdanika.html.model.app.Header Header}'.
*
*
* @return the meta object for class 'Header'.
* @see org.nasdanika.html.model.app.Header
* @generated
*/
EClass getHeader();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Header#getTitle Title}'.
*
*
* @return the meta object for the containment reference 'Title'.
* @see org.nasdanika.html.model.app.Header#getTitle()
* @see #getHeader()
* @generated
*/
EReference getHeader_Title();
/**
* Returns the meta object for class '{@link org.nasdanika.html.model.app.NavigationBar Navigation Bar}'.
*
*
* @return the meta object for class 'Navigation Bar'.
* @see org.nasdanika.html.model.app.NavigationBar
* @generated
*/
EClass getNavigationBar();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.NavigationBar#getBrand Brand}'.
*
*
* @return the meta object for the containment reference 'Brand'.
* @see org.nasdanika.html.model.app.NavigationBar#getBrand()
* @see #getNavigationBar()
* @generated
*/
EReference getNavigationBar_Brand();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.NavigationBar#isDark Dark}'.
*
*
* @return the meta object for the attribute 'Dark'.
* @see org.nasdanika.html.model.app.NavigationBar#isDark()
* @see #getNavigationBar()
* @generated
*/
EAttribute getNavigationBar_Dark();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.NavigationBar#getExpand Expand}'.
*
*
* @return the meta object for the attribute 'Expand'.
* @see org.nasdanika.html.model.app.NavigationBar#getExpand()
* @see #getNavigationBar()
* @generated
*/
EAttribute getNavigationBar_Expand();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.NavigationBar#getBackground Background}'.
*
*
* @return the meta object for the attribute 'Background'.
* @see org.nasdanika.html.model.app.NavigationBar#getBackground()
* @see #getNavigationBar()
* @generated
*/
EAttribute getNavigationBar_Background();
/**
* Returns the meta object for class '{@link org.nasdanika.html.model.app.NavigationPanel Navigation Panel}'.
*
*
* @return the meta object for class 'Navigation Panel'.
* @see org.nasdanika.html.model.app.NavigationPanel
* @generated
*/
EClass getNavigationPanel();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.NavigationPanel#getStyle Style}'.
*
*
* @return the meta object for the attribute 'Style'.
* @see org.nasdanika.html.model.app.NavigationPanel#getStyle()
* @see #getNavigationPanel()
* @generated
*/
EAttribute getNavigationPanel_Style();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.NavigationPanel#getId Id}'.
*
*
* @return the meta object for the attribute 'Id'.
* @see org.nasdanika.html.model.app.NavigationPanel#getId()
* @see #getNavigationPanel()
* @generated
*/
EAttribute getNavigationPanel_Id();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.NavigationPanel#getLabelTrimLength Label Trim Length}'.
*
*
* @return the meta object for the attribute 'Label Trim Length'.
* @see org.nasdanika.html.model.app.NavigationPanel#getLabelTrimLength()
* @see #getNavigationPanel()
* @generated
*/
EAttribute getNavigationPanel_LabelTrimLength();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.NavigationPanel#isCollapsible Collapsible}'.
*
*
* @return the meta object for the attribute 'Collapsible'.
* @see org.nasdanika.html.model.app.NavigationPanel#isCollapsible()
* @see #getNavigationPanel()
* @generated
*/
EAttribute getNavigationPanel_Collapsible();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.NavigationPanel#getJsTreeSearchThreshold Js Tree Search Threshold}'.
*
*
* @return the meta object for the attribute 'Js Tree Search Threshold'.
* @see org.nasdanika.html.model.app.NavigationPanel#getJsTreeSearchThreshold()
* @see #getNavigationPanel()
* @generated
*/
EAttribute getNavigationPanel_JsTreeSearchThreshold();
/**
* Returns the meta object for class '{@link org.nasdanika.html.model.app.ContentPanel Content Panel}'.
*
*
* @return the meta object for class 'Content Panel'.
* @see org.nasdanika.html.model.app.ContentPanel
* @generated
*/
EClass getContentPanel();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.app.ContentPanel#getBreadcrumb Breadcrumb}'.
*
*
* @return the meta object for the containment reference list 'Breadcrumb'.
* @see org.nasdanika.html.model.app.ContentPanel#getBreadcrumb()
* @see #getContentPanel()
* @generated
*/
EReference getContentPanel_Breadcrumb();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.ContentPanel#getTitle Title}'.
*
*
* @return the meta object for the containment reference 'Title'.
* @see org.nasdanika.html.model.app.ContentPanel#getTitle()
* @see #getContentPanel()
* @generated
*/
EReference getContentPanel_Title();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.ContentPanel#getLeftNavigation Left Navigation}'.
*
*
* @return the meta object for the containment reference 'Left Navigation'.
* @see org.nasdanika.html.model.app.ContentPanel#getLeftNavigation()
* @see #getContentPanel()
* @generated
*/
EReference getContentPanel_LeftNavigation();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.ContentPanel#getRightNavigation Right Navigation}'.
*
*
* @return the meta object for the containment reference 'Right Navigation'.
* @see org.nasdanika.html.model.app.ContentPanel#getRightNavigation()
* @see #getContentPanel()
* @generated
*/
EReference getContentPanel_RightNavigation();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.ContentPanel#getFloatLeftNavigation Float Left Navigation}'.
*
*
* @return the meta object for the containment reference 'Float Left Navigation'.
* @see org.nasdanika.html.model.app.ContentPanel#getFloatLeftNavigation()
* @see #getContentPanel()
* @generated
*/
EReference getContentPanel_FloatLeftNavigation();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.ContentPanel#getFloatRightNavigation Float Right Navigation}'.
*
*
* @return the meta object for the containment reference 'Float Right Navigation'.
* @see org.nasdanika.html.model.app.ContentPanel#getFloatRightNavigation()
* @see #getContentPanel()
* @generated
*/
EReference getContentPanel_FloatRightNavigation();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.app.ContentPanel#getSections Sections}'.
*
*
* @return the meta object for the containment reference list 'Sections'.
* @see org.nasdanika.html.model.app.ContentPanel#getSections()
* @see #getContentPanel()
* @generated
*/
EReference getContentPanel_Sections();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.ContentPanel#getSectionColumns Section Columns}'.
*
*
* @return the meta object for the attribute 'Section Columns'.
* @see org.nasdanika.html.model.app.ContentPanel#getSectionColumns()
* @see #getContentPanel()
* @generated
*/
EAttribute getContentPanel_SectionColumns();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.ContentPanel#getSectionStyle Section Style}'.
*
*
* @return the meta object for the attribute 'Section Style'.
* @see org.nasdanika.html.model.app.ContentPanel#getSectionStyle()
* @see #getContentPanel()
* @generated
*/
EAttribute getContentPanel_SectionStyle();
/**
* Returns the meta object for class '{@link org.nasdanika.html.model.app.Footer Footer}'.
*
*
* @return the meta object for class 'Footer'.
* @see org.nasdanika.html.model.app.Footer
* @generated
*/
EClass getFooter();
/**
* Returns the meta object for class '{@link org.nasdanika.html.model.app.Action Action}'.
*
*
* @return the meta object for class 'Action'.
* @see org.nasdanika.html.model.app.Action
* @generated
*/
EClass getAction();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Action#getSectionColumns Section Columns}'.
*
*
* @return the meta object for the attribute 'Section Columns'.
* @see org.nasdanika.html.model.app.Action#getSectionColumns()
* @see #getAction()
* @generated
*/
EAttribute getAction_SectionColumns();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Action#getSectionStyle Section Style}'.
*
*
* @return the meta object for the attribute 'Section Style'.
* @see org.nasdanika.html.model.app.Action#getSectionStyle()
* @see #getAction()
* @generated
*/
EAttribute getAction_SectionStyle();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.app.Action#getSections Sections}'.
*
*
* @return the meta object for the containment reference list 'Sections'.
* @see org.nasdanika.html.model.app.Action#getSections()
* @see #getAction()
* @generated
*/
EReference getAction_Sections();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.app.Action#getNavigation Navigation}'.
*
*
* @return the meta object for the containment reference list 'Navigation'.
* @see org.nasdanika.html.model.app.Action#getNavigation()
* @see #getAction()
* @generated
*/
EReference getAction_Navigation();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Action#getLeftNavigation Left Navigation}'.
*
*
* @return the meta object for the containment reference 'Left Navigation'.
* @see org.nasdanika.html.model.app.Action#getLeftNavigation()
* @see #getAction()
* @generated
*/
EReference getAction_LeftNavigation();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Action#getRightNavigation Right Navigation}'.
*
*
* @return the meta object for the containment reference 'Right Navigation'.
* @see org.nasdanika.html.model.app.Action#getRightNavigation()
* @see #getAction()
* @generated
*/
EReference getAction_RightNavigation();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Action#getFloatLeftNavigation Float Left Navigation}'.
*
*
* @return the meta object for the containment reference 'Float Left Navigation'.
* @see org.nasdanika.html.model.app.Action#getFloatLeftNavigation()
* @see #getAction()
* @generated
*/
EReference getAction_FloatLeftNavigation();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.html.model.app.Action#getFloatRightNavigation Float Right Navigation}'.
*
*
* @return the meta object for the containment reference 'Float Right Navigation'.
* @see org.nasdanika.html.model.app.Action#getFloatRightNavigation()
* @see #getAction()
* @generated
*/
EReference getAction_FloatRightNavigation();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.app.Action#getAnonymous Anonymous}'.
*
*
* @return the meta object for the containment reference list 'Anonymous'.
* @see org.nasdanika.html.model.app.Action#getAnonymous()
* @see #getAction()
* @generated
*/
EReference getAction_Anonymous();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.app.Action#getResources Resources}'.
*
*
* @return the meta object for the containment reference list 'Resources'.
* @see org.nasdanika.html.model.app.Action#getResources()
* @see #getAction()
* @generated
*/
EReference getAction_Resources();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Action#isInline Inline}'.
*
*
* @return the meta object for the attribute 'Inline'.
* @see org.nasdanika.html.model.app.Action#isInline()
* @see #getAction()
* @generated
*/
EAttribute getAction_Inline();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.html.model.app.Action#isModalActivator Modal Activator}'.
*
*
* @return the meta object for the attribute 'Modal Activator'.
* @see org.nasdanika.html.model.app.Action#isModalActivator()
* @see #getAction()
* @generated
*/
EAttribute getAction_ModalActivator();
/**
* Returns the meta object for the '{@link org.nasdanika.html.model.app.Action#createLink() Create Link}' operation.
*
*
* @return the meta object for the 'Create Link' operation.
* @see org.nasdanika.html.model.app.Action#createLink()
* @generated
*/
EOperation getAction__CreateLink();
/**
* Returns the meta object for class '{@link org.nasdanika.html.model.app.ActionReference Action Reference}'.
*
*
* @return the meta object for class 'Action Reference'.
* @see org.nasdanika.html.model.app.ActionReference
* @generated
*/
EClass getActionReference();
/**
* Returns the meta object for enum '{@link org.nasdanika.html.model.app.SectionStyle Section Style}'.
*
*
* @return the meta object for enum 'Section Style'.
* @see org.nasdanika.html.model.app.SectionStyle
* @generated
*/
EEnum getSectionStyle();
/**
* Returns the meta object for enum '{@link org.nasdanika.html.model.app.NavigationPanelStyle Navigation Panel Style}'.
*
*
* @return the meta object for enum 'Navigation Panel Style'.
* @see org.nasdanika.html.model.app.NavigationPanelStyle
* @generated
*/
EEnum getNavigationPanelStyle();
/**
* Returns the factory that creates the instances of the model.
*
*
* @return the factory that creates the instances of the model.
* @generated
*/
AppFactory getAppFactory();
/**
*
* 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
*
*
* @generated
*/
interface Literals {
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.impl.LabelImpl Label}' class.
*
*
* @see org.nasdanika.html.model.app.impl.LabelImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getLabel()
* @generated
*/
EClass LABEL = eINSTANCE.getLabel();
/**
* The meta object literal for the 'Id' attribute feature.
*
*
* @generated
*/
EAttribute LABEL__ID = eINSTANCE.getLabel_Id();
/**
* The meta object literal for the 'Text' attribute feature.
*
*
* @generated
*/
EAttribute LABEL__TEXT = eINSTANCE.getLabel_Text();
/**
* The meta object literal for the 'Icon' attribute feature.
*
*
* @generated
*/
EAttribute LABEL__ICON = eINSTANCE.getLabel_Icon();
/**
* The meta object literal for the 'Tooltip' attribute feature.
*
*
* @generated
*/
EAttribute LABEL__TOOLTIP = eINSTANCE.getLabel_Tooltip();
/**
* The meta object literal for the 'Outline' attribute feature.
*
*
* @generated
*/
EAttribute LABEL__OUTLINE = eINSTANCE.getLabel_Outline();
/**
* The meta object literal for the 'Notification' attribute feature.
*
*
* @generated
*/
EAttribute LABEL__NOTIFICATION = eINSTANCE.getLabel_Notification();
/**
* The meta object literal for the 'Children' containment reference list feature.
*
*
* @generated
*/
EReference LABEL__CHILDREN = eINSTANCE.getLabel_Children();
/**
* The meta object literal for the 'Decorator' containment reference feature.
*
*
* @generated
*/
EReference LABEL__DECORATOR = eINSTANCE.getLabel_Decorator();
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.impl.LinkImpl Link}' class.
*
*
* @see org.nasdanika.html.model.app.impl.LinkImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getLink()
* @generated
*/
EClass LINK = eINSTANCE.getLink();
/**
* The meta object literal for the 'Location' attribute feature.
*
*
* @generated
*/
EAttribute LINK__LOCATION = eINSTANCE.getLink_Location();
/**
* The meta object literal for the 'Script' attribute feature.
*
*
* @generated
*/
EAttribute LINK__SCRIPT = eINSTANCE.getLink_Script();
/**
* The meta object literal for the 'Modal' containment reference feature.
*
*
* @generated
*/
EReference LINK__MODAL = eINSTANCE.getLink_Modal();
/**
* The meta object literal for the 'Confirmation' attribute feature.
*
*
* @generated
*/
EAttribute LINK__CONFIRMATION = eINSTANCE.getLink_Confirmation();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute LINK__NAME = eINSTANCE.getLink_Name();
/**
* The meta object literal for the 'Target' attribute feature.
*
*
* @generated
*/
EAttribute LINK__TARGET = eINSTANCE.getLink_Target();
/**
* The meta object literal for the 'Action' reference feature.
*
*
* @generated
*/
EReference LINK__ACTION = eINSTANCE.getLink_Action();
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.impl.PageImpl Page}' class.
*
*
* @see org.nasdanika.html.model.app.impl.PageImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getPage()
* @generated
*/
EClass PAGE = eINSTANCE.getPage();
/**
* The meta object literal for the 'Fluid' attribute feature.
*
*
* @generated
*/
EAttribute PAGE__FLUID = eINSTANCE.getPage_Fluid();
/**
* The meta object literal for the 'Header' containment reference feature.
*
*
* @generated
*/
EReference PAGE__HEADER = eINSTANCE.getPage_Header();
/**
* The meta object literal for the 'Navigation Bar' containment reference feature.
*
*
* @generated
*/
EReference PAGE__NAVIGATION_BAR = eINSTANCE.getPage_NavigationBar();
/**
* The meta object literal for the 'Navigation Panel' containment reference feature.
*
*
* @generated
*/
EReference PAGE__NAVIGATION_PANEL = eINSTANCE.getPage_NavigationPanel();
/**
* The meta object literal for the 'Content Panel' containment reference feature.
*
*
* @generated
*/
EReference PAGE__CONTENT_PANEL = eINSTANCE.getPage_ContentPanel();
/**
* The meta object literal for the 'Footer' containment reference feature.
*
*
* @generated
*/
EReference PAGE__FOOTER = eINSTANCE.getPage_Footer();
/**
* The meta object literal for the 'Content Row Appearance' containment reference feature.
*
*
* @generated
*/
EReference PAGE__CONTENT_ROW_APPEARANCE = eINSTANCE.getPage_ContentRowAppearance();
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.impl.PagePartImpl Page Part}' class.
*
*
* @see org.nasdanika.html.model.app.impl.PagePartImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getPagePart()
* @generated
*/
EClass PAGE_PART = eINSTANCE.getPagePart();
/**
* The meta object literal for the 'Items' containment reference list feature.
*
*
* @generated
*/
EReference PAGE_PART__ITEMS = eINSTANCE.getPagePart_Items();
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.impl.HeaderImpl Header}' class.
*
*
* @see org.nasdanika.html.model.app.impl.HeaderImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getHeader()
* @generated
*/
EClass HEADER = eINSTANCE.getHeader();
/**
* The meta object literal for the 'Title' containment reference feature.
*
*
* @generated
*/
EReference HEADER__TITLE = eINSTANCE.getHeader_Title();
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.impl.NavigationBarImpl Navigation Bar}' class.
*
*
* @see org.nasdanika.html.model.app.impl.NavigationBarImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getNavigationBar()
* @generated
*/
EClass NAVIGATION_BAR = eINSTANCE.getNavigationBar();
/**
* The meta object literal for the 'Brand' containment reference feature.
*
*
* @generated
*/
EReference NAVIGATION_BAR__BRAND = eINSTANCE.getNavigationBar_Brand();
/**
* The meta object literal for the 'Dark' attribute feature.
*
*
* @generated
*/
EAttribute NAVIGATION_BAR__DARK = eINSTANCE.getNavigationBar_Dark();
/**
* The meta object literal for the 'Expand' attribute feature.
*
*
* @generated
*/
EAttribute NAVIGATION_BAR__EXPAND = eINSTANCE.getNavigationBar_Expand();
/**
* The meta object literal for the 'Background' attribute feature.
*
*
* @generated
*/
EAttribute NAVIGATION_BAR__BACKGROUND = eINSTANCE.getNavigationBar_Background();
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.impl.NavigationPanelImpl Navigation Panel}' class.
*
*
* @see org.nasdanika.html.model.app.impl.NavigationPanelImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getNavigationPanel()
* @generated
*/
EClass NAVIGATION_PANEL = eINSTANCE.getNavigationPanel();
/**
* The meta object literal for the 'Style' attribute feature.
*
*
* @generated
*/
EAttribute NAVIGATION_PANEL__STYLE = eINSTANCE.getNavigationPanel_Style();
/**
* The meta object literal for the 'Id' attribute feature.
*
*
* @generated
*/
EAttribute NAVIGATION_PANEL__ID = eINSTANCE.getNavigationPanel_Id();
/**
* The meta object literal for the 'Label Trim Length' attribute feature.
*
*
* @generated
*/
EAttribute NAVIGATION_PANEL__LABEL_TRIM_LENGTH = eINSTANCE.getNavigationPanel_LabelTrimLength();
/**
* The meta object literal for the 'Collapsible' attribute feature.
*
*
* @generated
*/
EAttribute NAVIGATION_PANEL__COLLAPSIBLE = eINSTANCE.getNavigationPanel_Collapsible();
/**
* The meta object literal for the 'Js Tree Search Threshold' attribute feature.
*
*
* @generated
*/
EAttribute NAVIGATION_PANEL__JS_TREE_SEARCH_THRESHOLD = eINSTANCE.getNavigationPanel_JsTreeSearchThreshold();
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.impl.ContentPanelImpl Content Panel}' class.
*
*
* @see org.nasdanika.html.model.app.impl.ContentPanelImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getContentPanel()
* @generated
*/
EClass CONTENT_PANEL = eINSTANCE.getContentPanel();
/**
* The meta object literal for the 'Breadcrumb' containment reference list feature.
*
*
* @generated
*/
EReference CONTENT_PANEL__BREADCRUMB = eINSTANCE.getContentPanel_Breadcrumb();
/**
* The meta object literal for the 'Title' containment reference feature.
*
*
* @generated
*/
EReference CONTENT_PANEL__TITLE = eINSTANCE.getContentPanel_Title();
/**
* The meta object literal for the 'Left Navigation' containment reference feature.
*
*
* @generated
*/
EReference CONTENT_PANEL__LEFT_NAVIGATION = eINSTANCE.getContentPanel_LeftNavigation();
/**
* The meta object literal for the 'Right Navigation' containment reference feature.
*
*
* @generated
*/
EReference CONTENT_PANEL__RIGHT_NAVIGATION = eINSTANCE.getContentPanel_RightNavigation();
/**
* The meta object literal for the 'Float Left Navigation' containment reference feature.
*
*
* @generated
*/
EReference CONTENT_PANEL__FLOAT_LEFT_NAVIGATION = eINSTANCE.getContentPanel_FloatLeftNavigation();
/**
* The meta object literal for the 'Float Right Navigation' containment reference feature.
*
*
* @generated
*/
EReference CONTENT_PANEL__FLOAT_RIGHT_NAVIGATION = eINSTANCE.getContentPanel_FloatRightNavigation();
/**
* The meta object literal for the 'Sections' containment reference list feature.
*
*
* @generated
*/
EReference CONTENT_PANEL__SECTIONS = eINSTANCE.getContentPanel_Sections();
/**
* The meta object literal for the 'Section Columns' attribute feature.
*
*
* @generated
*/
EAttribute CONTENT_PANEL__SECTION_COLUMNS = eINSTANCE.getContentPanel_SectionColumns();
/**
* The meta object literal for the 'Section Style' attribute feature.
*
*
* @generated
*/
EAttribute CONTENT_PANEL__SECTION_STYLE = eINSTANCE.getContentPanel_SectionStyle();
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.impl.FooterImpl Footer}' class.
*
*
* @see org.nasdanika.html.model.app.impl.FooterImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getFooter()
* @generated
*/
EClass FOOTER = eINSTANCE.getFooter();
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.impl.ActionImpl Action}' class.
*
*
* @see org.nasdanika.html.model.app.impl.ActionImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getAction()
* @generated
*/
EClass ACTION = eINSTANCE.getAction();
/**
* The meta object literal for the 'Section Columns' attribute feature.
*
*
* @generated
*/
EAttribute ACTION__SECTION_COLUMNS = eINSTANCE.getAction_SectionColumns();
/**
* The meta object literal for the 'Section Style' attribute feature.
*
*
* @generated
*/
EAttribute ACTION__SECTION_STYLE = eINSTANCE.getAction_SectionStyle();
/**
* The meta object literal for the 'Sections' containment reference list feature.
*
*
* @generated
*/
EReference ACTION__SECTIONS = eINSTANCE.getAction_Sections();
/**
* The meta object literal for the 'Navigation' containment reference list feature.
*
*
* @generated
*/
EReference ACTION__NAVIGATION = eINSTANCE.getAction_Navigation();
/**
* The meta object literal for the 'Left Navigation' containment reference feature.
*
*
* @generated
*/
EReference ACTION__LEFT_NAVIGATION = eINSTANCE.getAction_LeftNavigation();
/**
* The meta object literal for the 'Right Navigation' containment reference feature.
*
*
* @generated
*/
EReference ACTION__RIGHT_NAVIGATION = eINSTANCE.getAction_RightNavigation();
/**
* The meta object literal for the 'Float Left Navigation' containment reference feature.
*
*
* @generated
*/
EReference ACTION__FLOAT_LEFT_NAVIGATION = eINSTANCE.getAction_FloatLeftNavigation();
/**
* The meta object literal for the 'Float Right Navigation' containment reference feature.
*
*
* @generated
*/
EReference ACTION__FLOAT_RIGHT_NAVIGATION = eINSTANCE.getAction_FloatRightNavigation();
/**
* The meta object literal for the 'Anonymous' containment reference list feature.
*
*
* @generated
*/
EReference ACTION__ANONYMOUS = eINSTANCE.getAction_Anonymous();
/**
* The meta object literal for the 'Resources' containment reference list feature.
*
*
* @generated
*/
EReference ACTION__RESOURCES = eINSTANCE.getAction_Resources();
/**
* The meta object literal for the 'Inline' attribute feature.
*
*
* @generated
*/
EAttribute ACTION__INLINE = eINSTANCE.getAction_Inline();
/**
* The meta object literal for the 'Modal Activator' attribute feature.
*
*
* @generated
*/
EAttribute ACTION__MODAL_ACTIVATOR = eINSTANCE.getAction_ModalActivator();
/**
* The meta object literal for the 'Create Link' operation.
*
*
* @generated
*/
EOperation ACTION___CREATE_LINK = eINSTANCE.getAction__CreateLink();
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.impl.ActionReferenceImpl Action Reference}' class.
*
*
* @see org.nasdanika.html.model.app.impl.ActionReferenceImpl
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getActionReference()
* @generated
*/
EClass ACTION_REFERENCE = eINSTANCE.getActionReference();
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.SectionStyle Section Style}' enum.
*
*
* @see org.nasdanika.html.model.app.SectionStyle
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getSectionStyle()
* @generated
*/
EEnum SECTION_STYLE = eINSTANCE.getSectionStyle();
/**
* The meta object literal for the '{@link org.nasdanika.html.model.app.NavigationPanelStyle Navigation Panel Style}' enum.
*
*
* @see org.nasdanika.html.model.app.NavigationPanelStyle
* @see org.nasdanika.html.model.app.impl.AppPackageImpl#getNavigationPanelStyle()
* @generated
*/
EEnum NAVIGATION_PANEL_STYLE = eINSTANCE.getNavigationPanelStyle();
}
} //AppPackage