Package org.eclipse.epsilon.emc.muddle
Interface Type
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BooleanType
,IntegerType
,LinkElementType
,MuddleElementType
,PrimitiveType
,RealType
,StringType
- All Known Implementing Classes:
BooleanTypeImpl
,IntegerTypeImpl
,LinkElementTypeImpl
,MuddleElementTypeImpl
,PrimitiveTypeImpl
,RealTypeImpl
,StringTypeImpl
,TypeImpl
public interface Type extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Type'.The following features are supported:
- See Also:
MuddlePackage.getType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the value of the 'Name' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.
-
-
-
Method Detail
-
getName
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)
,MuddlePackage.getType_Name()
-
-