|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbbreviatedCond
A representation of an abbreviated condition in an abbreviated combined relational condition.
The following features are supported:
COBOLPackage.getAbbreviatedCond()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
ExprDataRef |
getObject()
Returns the value of the 'Object' containment reference. |
RelationalOperatorClause |
getRelationalOperatorClause()
Returns the value of the 'Relational Operator Clause' containment reference. |
boolean |
isAnd()
Returns the value of the 'And' attribute. |
boolean |
isNot()
Returns the value of the 'Not' attribute. |
boolean |
isOr()
Returns the value of the 'Or' attribute. |
void |
setAnd(boolean value)
Sets the value of the ' And' attribute. |
void |
setNot(boolean value)
Sets the value of the ' Not' attribute. |
void |
setObject(ExprDataRef value)
Sets the value of the ' Object' containment reference. |
void |
setOr(boolean value)
Sets the value of the ' Or' attribute. |
void |
setRelationalOperatorClause(RelationalOperatorClause value)
Sets the value of the ' Relational Operator Clause' containment reference. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| 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 |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
boolean isAnd()
The value is true if AND is present; false otherwise.
setAnd(boolean),
COBOLPackage.getAbbreviatedCond_And()void setAnd(boolean value)
And' attribute.
value - the new value of the 'And' attribute.isAnd()boolean isOr()
The value is true if OR is present; false otherwise.
setOr(boolean),
COBOLPackage.getAbbreviatedCond_Or()void setOr(boolean value)
Or' attribute.
value - the new value of the 'Or' attribute.isOr()boolean isNot()
The value is true if NOT is present; false otherwise.
setNot(boolean),
COBOLPackage.getAbbreviatedCond_Not()void setNot(boolean value)
Not' attribute.
value - the new value of the 'Not' attribute.isNot()RelationalOperatorClause getRelationalOperatorClause()
The value is the relational operator clause. If the clause is not present, the value is null.
setRelationalOperatorClause(RelationalOperatorClause),
COBOLPackage.getAbbreviatedCond_RelationalOperatorClause()void setRelationalOperatorClause(RelationalOperatorClause value)
Relational Operator Clause' containment reference.
value - the new value of the 'Relational Operator Clause' containment reference.getRelationalOperatorClause()ExprDataRef getObject()
The value is the object in the abbreviated condition.
setObject(ExprDataRef),
COBOLPackage.getAbbreviatedCond_Object()void setObject(ExprDataRef value)
Object' containment reference.
value - the new value of the 'Object' containment reference.getObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||