org.eclipse.gmt.umlx.emof
Interface NamedElement

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Object
All Known Subinterfaces:
AltExp, AnonymousTupleLiteralExp, AnonymousTupleType, AnyType, AssertExp, AssignExp, BagType, BlockExp, BooleanLiteralExp, BreakExp, CallExp, Class, CollectionItem, CollectionLiteralExp, CollectionLiteralPart, CollectionRange, CollectionTemplateExp, CollectionType, ComputeExp, Constraint, Constructor, ContextualProperty, ContinueExp, CoreDomain, DataType, DictionaryType, DictLiteralExp, Domain, EntryOperation, Enumeration, EnumerationLiteral, EnumLiteralExp, FeaturePropertyCall, ForExp, Function, FunctionParameter, Helper, IfExp, ImperativeCallExp, ImperativeExpression, ImperativeIterateExp, ImperativeLoopExp, ImperativeOperation, InstantiationExp, IntegerLiteralExp, InvalidLiteralExp, InvalidType, IterateExp, IteratorExp, LetExp, Library, ListType, LiteralExp, LogExp, LoopExp, Mapping, MappingCallExp, MappingOperation, MappingParameter, ModelParameter, ModelType, Module, NullLiteralExp, NumericLiteralExp, ObjectExp, ObjectTemplateExp, OclExpression, Operation, OperationalTransformation, OperationCallExp, OrderedSetType, Package, Parameter, PrimitiveLiteralExp, PrimitiveType, Property, PropertyCallExp, RaiseExp, RealizedVariable, RealLiteralExp, Relation, RelationalTransformation, RelationCallExp, RelationDomain, ResolveExp, ResolveInExp, ReturnExp, Rule, SequenceType, SetType, StringLiteralExp, SwitchExp, TemplateExp, TemplateParameterType, Transformation, TryExp, TupleExp, TupleLiteralExp, TupleLiteralPart, TupleType, Type, Typedef, TypedElement, TypedModel, TypeExp, UnlimitedNaturalExp, UnlinkExp, UnpackExp, Variable, VariableExp, VariableInitExp, VarParameter, VoidType, WhileExp

public interface NamedElement
extends Element

A representation of the model object 'Named Element'.

The following features are supported:

See Also:
EmofPackage.getNamedElement()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element
getOwnedComment, getTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EmofPackage.getNamedElement_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()