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:
VirtualPackage.getTypedElement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getType()
Returns the value of the 'Type' attribute.void
setType(String value)
Sets the value of the 'Type
' attribute.
-
-
-
Method Detail
-
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(String)
,VirtualPackage.getTypedElement_Type()
-
-