Interface TypedElement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BooleanSlot
,FloatSlot
,IntegerSlot
,ReferenceSlot
,Slot
,StringSlot
,VirtualObject
- All Known Implementing Classes:
BooleanSlotImpl
,FloatSlotImpl
,IntegerSlotImpl
,ReferenceSlotImpl
,SlotImpl
,StringSlotImpl
,TypedElementImpl
,VirtualObjectImpl
public interface TypedElement
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Typed Element'.
The following features are supported:
- See Also:
-
Method Summary
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 Details
-
getType
String getType()Returns the value of the 'Type' attribute.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
-