Interface ActionGroupItem
-
- All Superinterfaces:
org.nasdanika.common.Adaptable,EObject,Item,org.nasdanika.ncore.Marked,org.nasdanika.persistence.Marked,org.nasdanika.ncore.ModelElement,Notifier
- All Known Subinterfaces:
ContentActionGroupItem,LinkActionGroupItem
- All Known Implementing Classes:
ActionGroupItemImpl,ContentActionGroupItemImpl,LinkActionGroupItemImpl
public interface ActionGroupItem extends Item
A representation of the model object 'Action Group Item'. Base class for action group itemsThe following features are supported:
- See Also:
BootstrapPackage.getActionGroupItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EObject>getName()Returns the value of the 'Name' containment reference list.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.nasdanika.html.model.bootstrap.Item
getColor, isActive, isDisabled, setActive, setColor, setDisabled
-
Methods inherited from interface org.nasdanika.ncore.ModelElement
getActionPrototype, getDescription, getRepresentations, getUris, getUuid, setActionPrototype, setDescription, setUuid
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getName
EList<EObject> getName()
Returns the value of the 'Name' containment reference list. The list contents are of typeEObject. Item name- Returns:
- the value of the 'Name' containment reference list.
- See Also:
BootstrapPackage.getActionGroupItem_Name()
-
-