Interface Condition
- All Superinterfaces:
Annotated,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,References,RosettaDefinable,RosettaNamed
- All Known Implementing Classes:
ConditionImpl
A representation of the model object 'Condition'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Expression' containment reference.booleanReturns the value of the 'Post Condition' attribute.voidsetExpression(RosettaExpression value) Sets the value of the 'Expression' containment reference.voidsetPostCondition(boolean value) Sets the value of the 'Post Condition' attribute.Methods inherited from interface com.regnosys.rosetta.rosetta.simple.Annotated
getAnnotationsMethods 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, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.simple.References
getReferencesMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaDefinable
getDefinition, setDefinitionMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaNamed
getName, setName
-
Method Details
-
isPostCondition
boolean isPostCondition()Returns the value of the 'Post Condition' attribute.- Returns:
- the value of the 'Post Condition' attribute.
- See Also:
-
setPostCondition
void setPostCondition(boolean value) Sets the value of the 'Post Condition' attribute.- Parameters:
value- the new value of the 'Post Condition' attribute.- See Also:
-
getExpression
RosettaExpression getExpression()Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
-
setExpression
Sets the value of the 'Expression' containment reference.- Parameters:
value- the new value of the 'Expression' containment reference.- See Also:
-