Interface Declaration
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DeclarationImpl
public interface Declaration
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Declaration'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetType()Returns the value of the 'Type' containment reference.org.eclipse.emf.common.util.EList<DeclarationUnit> getUnits()Returns the value of the 'Units' containment reference list.voidSets the value of the 'Type' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getType
Type getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
-
setType
Sets the value of the 'Type' containment reference.- Parameters:
value- the new value of the 'Type' containment reference.- See Also:
-
getUnits
org.eclipse.emf.common.util.EList<DeclarationUnit> getUnits()Returns the value of the 'Units' containment reference list. The list contents are of typeDeclarationUnit.- Returns:
- the value of the 'Units' containment reference list.
- See Also:
-