Interface Type
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TypeImpl
public interface Type
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetCall()Returns the value of the 'Call' attribute.getMap()Returns the value of the 'Map' attribute.getName()Returns the value of the 'Name' containment reference.getParam()Returns the value of the 'Param' containment reference.Returns the value of the 'Return' containment reference.getSeq()Returns the value of the 'Seq' attribute.getSet()Returns the value of the 'Set' attribute.voidSets the value of the 'Call' attribute.voidSets the value of the 'Map' attribute.voidsetName(QualifiedPrefix value) Sets the value of the 'Name' containment reference.voidsetParam(TypeParameters value) Sets the value of the 'Param' containment reference.voidSets the value of the 'Return' containment reference.voidSets the value of the 'Seq' attribute.voidSets the value of the 'Set' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
QualifiedPrefix getName()Returns the value of the 'Name' containment reference.- Returns:
- the value of the 'Name' containment reference.
- See Also:
-
setName
Sets the value of the 'Name' containment reference.- Parameters:
value- the new value of the 'Name' containment reference.- See Also:
-
getSet
String getSet()Returns the value of the 'Set' attribute.- Returns:
- the value of the 'Set' attribute.
- See Also:
-
setSet
Sets the value of the 'Set' attribute.- Parameters:
value- the new value of the 'Set' attribute.- See Also:
-
getParam
TypeParameters getParam()Returns the value of the 'Param' containment reference.- Returns:
- the value of the 'Param' containment reference.
- See Also:
-
setParam
Sets the value of the 'Param' containment reference.- Parameters:
value- the new value of the 'Param' containment reference.- See Also:
-
getSeq
String getSeq()Returns the value of the 'Seq' attribute.- Returns:
- the value of the 'Seq' attribute.
- See Also:
-
setSeq
Sets the value of the 'Seq' attribute.- Parameters:
value- the new value of the 'Seq' attribute.- See Also:
-
getMap
String getMap()Returns the value of the 'Map' attribute.- Returns:
- the value of the 'Map' attribute.
- See Also:
-
setMap
Sets the value of the 'Map' attribute.- Parameters:
value- the new value of the 'Map' attribute.- See Also:
-
getCall
String getCall()Returns the value of the 'Call' attribute.- Returns:
- the value of the 'Call' attribute.
- See Also:
-
setCall
Sets the value of the 'Call' attribute.- Parameters:
value- the new value of the 'Call' attribute.- See Also:
-
getReturn
Type getReturn()Returns the value of the 'Return' containment reference.- Returns:
- the value of the 'Return' containment reference.
- See Also:
-
setReturn
Sets the value of the 'Return' containment reference.- Parameters:
value- the new value of the 'Return' containment reference.- See Also:
-