All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nasdanika.html.model.app.PagePart Maven / Gradle / Ivy

There is a newer version: 2024.8.0
Show newest version
/**
 */
package org.nasdanika.html.model.app;

import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
import org.nasdanika.html.model.bootstrap.BootstrapElement;

/**
 * 
 * A representation of the model object 'Page Part'.
 * 
 *
 * 
 * Base class for page parts.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.html.model.app.PagePart#getItems Items}
  • *
* * @see org.nasdanika.html.model.app.AppPackage#getPagePart() * @model abstract="true" * @generated */ public interface PagePart extends BootstrapElement { /** * Returns the value of the 'Items' containment reference list. * The list contents are of type {@link org.eclipse.emf.ecore.EObject}. * * * * Navigation items. * * @return the value of the 'Items' containment reference list. * @see org.nasdanika.html.model.app.AppPackage#getPagePart_Items() * @model containment="true" * @generated */ EList getItems(); } // PagePart




© 2015 - 2024 Weber Informatics LLC | Privacy Policy