Package de.sebinside.dcp.dsl.dSL
Interface Statement
-
- All Known Implementing Classes:
StatementImpl
public interface Statement extends EObject
A representation of the model object 'Statement'.The following features are supported:
- See Also:
DSLPackage.getStatement()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatementModality
getModality()
Returns the value of the 'Modality' containment reference.StatementType
getType()
Returns the value of the 'Type' containment reference.void
setModality(StatementModality value)
Sets the value of the 'Modality
' containment reference.void
setType(StatementType value)
Sets the value of the 'Type
' containment reference.-
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
-
getModality
StatementModality getModality()
Returns the value of the 'Modality' containment reference.- Returns:
- the value of the 'Modality' containment reference.
- See Also:
setModality(StatementModality)
,DSLPackage.getStatement_Modality()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setModality
void setModality(StatementModality value)
Sets the value of the 'Modality
' containment reference.- Parameters:
value
- the new value of the 'Modality' containment reference.- See Also:
getModality()
- Generated class or method.
-
getType
StatementType getType()
Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
setType(StatementType)
,DSLPackage.getStatement_Type()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setType
void setType(StatementType value)
Sets the value of the 'Type
' containment reference.- Parameters:
value
- the new value of the 'Type' containment reference.- See Also:
getType()
- Generated class or method.
-
-