de.cau.cs.kieler.esterel.esterel
Interface RelationType

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
RelationImplication, RelationIncompatibility
All Known Implementing Classes:
RelationImplicationImpl, RelationIncompatibilityImpl, RelationTypeImpl

public interface RelationType
extends EObject

A representation of the model object 'Relation Type'.

The following features are supported:

See Also:
EsterelPackage.getRelationType()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 String getType()
          Returns the value of the 'Type' attribute.
 void setType(String value)
          Sets the value of the 'Type' attribute.
 
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 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), EsterelPackage.getRelationType_Type()
Generated:
This code was automatically generated.
Model element

setType

void setType(String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()
Generated:
This code was automatically generated.