Interface DeclarationUnit
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DeclarationUnitImpl
public interface DeclarationUnit
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Declaration Unit'.
The following features are supported:
- See Also:
-
Method Summary
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
-
getId
String getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
-
getDeflt
Expression getDeflt()Returns the value of the 'Deflt' containment reference.- Returns:
- the value of the 'Deflt' containment reference.
- See Also:
-
setDeflt
Sets the value of the 'Deflt' containment reference.- Parameters:
value- the new value of the 'Deflt' containment reference.- See Also:
-