public interface CaseInterval extends CaseExprEnumeration
The following features are supported:
SsmePackage.getCaseInterval()
Modifier and Type | Method and Description |
---|---|
IntervalsKind |
getIntervalsKind()
Returns the value of the 'Intervals Kind' attribute.
|
ExprSignal |
getLowerBound()
Returns the value of the 'Lower Bound' containment reference
|
ExprSignal |
getUpperBound()
Returns the value of the 'Upper Bound' containment reference
|
void |
setIntervalsKind(IntervalsKind value)
Sets the value of the '
Intervals Kind ' attribute |
void |
setLowerBound(ExprSignal value)
Sets the value of the '
Lower Bound ' containment reference |
void |
setUpperBound(ExprSignal value)
Sets the value of the '
Upper Bound ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
ExprSignal getLowerBound()
If the meaning of the 'Lower Bound' containment reference isn't clear, there really should be more of a description here...
setLowerBound(ExprSignal)
,
SsmePackage.getCaseInterval_LowerBound()
void setLowerBound(ExprSignal value)
Lower Bound
' containment reference.
value
- the new value of the 'Lower Bound' containment reference.getLowerBound()
ExprSignal getUpperBound()
If the meaning of the 'Upper Bound' containment reference isn't clear, there really should be more of a description here...
setUpperBound(ExprSignal)
,
SsmePackage.getCaseInterval_UpperBound()
void setUpperBound(ExprSignal value)
Upper Bound
' containment reference.
value
- the new value of the 'Upper Bound' containment reference.getUpperBound()
IntervalsKind getIntervalsKind()
IntervalsKind
.
If the meaning of the 'Intervals Kind' attribute isn't clear, there really should be more of a description here...
IntervalsKind
,
setIntervalsKind(IntervalsKind)
,
SsmePackage.getCaseInterval_IntervalsKind()
void setIntervalsKind(IntervalsKind value)
Intervals Kind
' attribute.
value
- the new value of the 'Intervals Kind' attribute.IntervalsKind
,
getIntervalsKind()