public interface ExprSignCond extends ExprSimpleCond
The following features are supported:
COBOLPackage.getExprSignCond()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getDataRef()
Deprecated.
Use
getOperand().
|
Expr |
getOperand()
Returns the value of the 'Operand' containment reference.
|
SignType |
getSignType()
Returns the value of the 'Sign Type' attribute.
|
void |
setDataRef(DataRef value)
Deprecated.
Use
setOperand(Expr).
|
void |
setOperand(Expr value)
Sets the value of the '
Operand' containment reference. |
void |
setSignType(SignType value)
Sets the value of the '
Sign Type' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getDataRef()
getOperand().
The value is the data item in the condition.
setDataRef(DataRef),
COBOLPackage.getExprSignCond_DataRef()void setDataRef(DataRef value)
setOperand(Expr).
Data Ref' containment reference.
value - the new value of the 'Data Ref' containment reference.getDataRef()SignType getSignType()
SignType.
The value is either NEGATIVE, POSITIVE, or ZERO.
SignType,
setSignType(SignType),
COBOLPackage.getExprSignCond_SignType()void setSignType(SignType value)
Sign Type' attribute.
value - the new value of the 'Sign Type' attribute.SignType,
getSignType()Expr getOperand()
The value is the expression that is the operand of the sign condition.
setOperand(Expr),
COBOLPackage.getExprSignCond_Operand()void setOperand(Expr value)
Operand' containment reference.
value - the new value of the 'Operand' containment reference.getOperand()