org.nasdanika.html.model.bootstrap.ActionGroupItem Maven / Gradle / Ivy
/**
*/
package org.nasdanika.html.model.bootstrap;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Action Group Item'.
*
*
*
* Base class for action group items
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.html.model.bootstrap.ActionGroupItem#getName Name}
*
*
* @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getActionGroupItem()
* @model abstract="true"
* @generated
*/
public interface ActionGroupItem extends Item {
/**
* Returns the value of the 'Name' containment reference list.
* The list contents are of type {@link org.eclipse.emf.ecore.EObject}.
*
*
*
* Item name
*
* @return the value of the 'Name' containment reference list.
* @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getActionGroupItem_Name()
* @model containment="true"
* @generated
*/
EList getName();
} // ActionGroupItem