Interface Compound
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CompoundImpl
public interface Compound
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Compound'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Abstract' attribute.getName()Returns the value of the 'Name' attribute.getSuper()Returns the value of the 'Super' attribute.org.eclipse.emf.common.util.EList<VariableDeclaration> getVars()Returns the value of the 'Vars' containment reference list.voidsetAbstract(String value) Sets the value of the 'Abstract' attribute.voidSets the value of the 'Name' attribute.voidSets the value of the 'Super' attribute.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
-
getAbstract
String getAbstract()Returns the value of the 'Abstract' attribute.- Returns:
- the value of the 'Abstract' attribute.
- See Also:
-
setAbstract
Sets the value of the 'Abstract' attribute.- Parameters:
value- the new value of the 'Abstract' attribute.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getSuper
String getSuper()Returns the value of the 'Super' attribute.- Returns:
- the value of the 'Super' attribute.
- See Also:
-
setSuper
Sets the value of the 'Super' attribute.- Parameters:
value- the new value of the 'Super' attribute.- See Also:
-
getVars
org.eclipse.emf.common.util.EList<VariableDeclaration> getVars()Returns the value of the 'Vars' containment reference list. The list contents are of typeVariableDeclaration.- Returns:
- the value of the 'Vars' containment reference list.
- See Also:
-