public interface OutputExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
FlaDslPackage.getOutputExpression()
Modifier and Type | Method and Description |
---|---|
OutFailureExpr |
getFailureExpr()
Returns the value of the 'Failure Expr' containment reference.
|
org.eclipse.uml2.uml.Port |
getRef()
Returns the value of the 'Ref' reference.
|
void |
setFailureExpr(OutFailureExpr value)
Sets the value of the '
Failure Expr ' containment reference. |
void |
setRef(org.eclipse.uml2.uml.Port value)
Sets the value of the '
Ref ' reference. |
org.eclipse.uml2.uml.Port getRef()
If the meaning of the 'Ref' reference isn't clear, there really should be more of a description here...
setRef(Port)
,
FlaDslPackage.getOutputExpression_Ref()
void setRef(org.eclipse.uml2.uml.Port value)
Ref
' reference.
value
- the new value of the 'Ref' reference.getRef()
OutFailureExpr getFailureExpr()
If the meaning of the 'Failure Expr' containment reference isn't clear, there really should be more of a description here...
setFailureExpr(OutFailureExpr)
,
FlaDslPackage.getOutputExpression_FailureExpr()
void setFailureExpr(OutFailureExpr value)
Failure Expr
' containment reference.
value
- the new value of the 'Failure Expr' containment reference.getFailureExpr()