org.eclipse.emf.ecore.xcore
Interface XNamedElement

All Superinterfaces:
EObject, Notifier, XModelElement
All Known Subinterfaces:
XAnnotationDirective, XAttribute, XClass, XClassifier, XDataType, XEnum, XEnumLiteral, XMember, XOperation, XPackage, XParameter, XReference, XStructuralFeature, XTypedElement, XTypeParameter
All Known Implementing Classes:
XAnnotationDirectiveImpl, XAttributeImpl, XClassifierImpl, XClassImpl, XDataTypeImpl, XEnumImpl, XEnumLiteralImpl, XMemberImpl, XNamedElementImpl, XOperationImpl, XPackageImpl, XParameterImpl, XReferenceImpl, XStructuralFeatureImpl, XTypedElementImpl, XTypeParameterImpl

public interface XNamedElement
extends XModelElement

A representation of the model object 'XNamed Element'.

The following features are supported:

See Also:
XcorePackage.getXNamedElement()

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.emf.ecore.xcore.XModelElement
getAnnotation, getAnnotations
 
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

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), XcorePackage.getXNamedElement_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()

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.