Interface ClassDeclaration
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,Relation
,Statement
- All Known Implementing Classes:
ClassDeclarationImpl
A representation of the model object 'Class Declaration'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<ReferenceDeclaration> Returns the value of the 'Feature Declarations' containment reference list.Returns the value of the 'New Node' containment reference.org.eclipse.emf.common.util.EList
<Relation> Returns the value of the 'Super Types' reference list.boolean
Returns the value of the 'Abstract' attribute.void
setAbstract
(boolean value) Sets the value of the 'Abstract
' attribute.void
setNewNode
(Node value) Sets the value of the 'New Node
' 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, eUnset
Methods inherited from interface tools.refinery.language.model.problem.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isAbstract
boolean isAbstract()Returns the value of the 'Abstract' attribute.- Returns:
- the value of the 'Abstract' attribute.
- See Also:
-
setAbstract
void setAbstract(boolean value) Sets the value of the 'Abstract
' attribute.- Parameters:
value
- the new value of the 'Abstract' attribute.- See Also:
-
getFeatureDeclarations
org.eclipse.emf.common.util.EList<ReferenceDeclaration> getFeatureDeclarations()Returns the value of the 'Feature Declarations' containment reference list. The list contents are of typeReferenceDeclaration
.- Returns:
- the value of the 'Feature Declarations' containment reference list.
- See Also:
-
getNewNode
Node getNewNode()Returns the value of the 'New Node' containment reference.- Returns:
- the value of the 'New Node' containment reference.
- See Also:
-
setNewNode
Sets the value of the 'New Node
' containment reference.- Parameters:
value
- the new value of the 'New Node' containment reference.- See Also:
-
getSuperTypes
org.eclipse.emf.common.util.EList<Relation> getSuperTypes()Returns the value of the 'Super Types' reference list. The list contents are of typeRelation
.- Returns:
- the value of the 'Super Types' reference list.
- See Also:
-