Interface NamedElement
-
- All Superinterfaces:
Commentable,EObject,Notifier
- All Known Subinterfaces:
AdditionalField,AdditionalLocalVariable,Annotation,Block,CatchParameter,Class,Classifier,ClassMethod,CompilationUnit,ConcreteClassifier,Constructor,EmptyMember,EmptyModel,EnumConstant,Enumeration,Field,Interface,InterfaceMethod,JavaRoot,JumpLabel,LocalVariable,Member,Method,Module,OrdinaryParameter,Package,PackageReference,Parameter,ReceiverParameter,ReferenceableElement,TypeParameter,Variable,VariableLengthParameter
- All Known Implementing Classes:
AdditionalFieldImpl,AdditionalLocalVariableImpl,AnnotationImpl,BlockImpl,CatchParameterImpl,ClassifierImpl,ClassImpl,ClassMethodImpl,CompilationUnitImpl,ConcreteClassifierImpl,ConstructorImpl,EmptyMemberImpl,EmptyModelImpl,EnumConstantImpl,EnumerationImpl,FieldImpl,InterfaceImpl,InterfaceMethodImpl,JavaRootImpl,JumpLabelImpl,LocalVariableImpl,MemberImpl,MethodImpl,ModuleImpl,NamedElementImpl,OrdinaryParameterImpl,PackageImpl,PackageReferenceImpl,ParameterImpl,ReceiverParameterImpl,ReferenceableElementImpl,TemporalCompositeClassifier,TemporalUnknownLambdaExpressionType,TemporalUnknownType,TypeParameterImpl,VariableImpl,VariableLengthParameterImpl
public interface NamedElement extends Commentable
A representation of the model object 'Named Element'.The following features are supported:
- See Also:
CommonsPackage.getNamedElement()- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the value of the 'Name' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.-
Methods inherited from interface org.emftext.language.java.commons.Commentable
addAfterContainingStatement, addBeforeContainingStatement, getAnnotationInterface, getChildrenByEType, getChildrenByType, getClassClass, getConcreteClassifier, getConcreteClassifiers, getContainingAnnotationInstance, getContainingAnonymousClass, getContainingCompilationUnit, getContainingConcreteClassifier, getContainingContainerName, getContainingPackageName, getFirstChildByEType, getFirstChildByType, getLayoutInformations, getLibClass, getLibInterface, getObjectClass, getParentByEType, getParentByType, getParentConcreteClassifier, getStringClass
-
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),CommonsPackage.getNamedElement_Name()- Generated class or method.
- EMF model class or method.
- required="true"
-
-