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
,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
,ParameterImpl
,ReceiverParameterImpl
,ReferenceableElementImpl
,TemporalCompositeClassifier
,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 String
getName()
Returns the value of the 'Name' attribute.void
setName(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"
-
-