org.eclipse.emf.ecore
Interface ETypedElement

All Superinterfaces:
EModelElement, ENamedElement, EObject, Notifier
All Known Subinterfaces:
EAttribute, EOperation, EParameter, EReference, EStructuralFeature, EStructuralFeature.Internal
All Known Implementing Classes:
ETypedElementImpl

public interface ETypedElement
extends ENamedElement

A representation of the model object 'ETyped Element'.

The following features are supported:

See Also:
EcorePackage.getETypedElement()

Method Summary
 EClassifier getEType()
          Returns the value of the 'EType' reference.
 void setEType(EClassifier value)
          Sets the value of the 'EType' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, 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

getEType

public EClassifier getEType()
Returns the value of the 'EType' reference.

It represents the type of the element.

Returns:
the value of the 'EType' reference.
See Also:
setEType(EClassifier), EcorePackage.getETypedElement_EType()

setEType

public void setEType(EClassifier value)
Sets the value of the 'EType' reference.
Parameters:
value - the new value of the 'EType' reference.
See Also:
getEType()

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