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()
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
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()