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:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getName

      String getName()
      Returns the value of the 'Name' attribute.
      Returns:
      the value of the 'Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      Generated class or method.