Interface NamedElement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AggregatorDeclaration, AnnotationDeclaration, ClassDeclaration, DatatypeDeclaration, EnumDeclaration, FunctionDefinition, ImplicitVariable, Node, OverloadedDeclaration, Parameter, PredicateDefinition, Problem, ReferenceDeclaration, Relation, RuleDefinition, Variable, VariableOrNode
- All Known Implementing Classes:
AggregatorDeclarationImpl, AnnotationDeclarationImpl, ClassDeclarationImpl, DatatypeDeclarationImpl, EnumDeclarationImpl, FunctionDefinitionImpl, ImplicitVariableImpl, NamedElementImpl, NodeImpl, OverloadedDeclarationImpl, ParameterImpl, PredicateDefinitionImpl, ProblemImpl, ReferenceDeclarationImpl, RelationImpl, RuleDefinitionImpl, VariableImpl, VariableOrNodeImpl
public interface NamedElement
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Named Element'.
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
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
-