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

org.nasdanika.html.model.bootstrap.ActionGroupItem Maven / Gradle / Ivy

There is a newer version: 2024.8.0
Show newest version
/**
 */
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy