|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ByClause
A representation of a BY clause in a REPLACE statement, or a BY clause in a REPLACING clause in a COPY statement.
The following features are supported:
COBOLPackage.getByClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.String |
getPseudoText1()
Returns the value of the 'Pseudo Text1' attribute. |
java.lang.String |
getPseudoText2()
Returns the value of the 'Pseudo Text2' attribute. |
void |
setPseudoText1(java.lang.String value)
Sets the value of the ' Pseudo Text1' attribute. |
void |
setPseudoText2(java.lang.String value)
Sets the value of the ' Pseudo Text2' attribute. |
| 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 |
|---|
java.lang.String getPseudoText1()
The value is the text that appears before the BY keyword.
setPseudoText1(String),
COBOLPackage.getByClause_PseudoText1()void setPseudoText1(java.lang.String value)
Pseudo Text1' attribute.
value - the new value of the 'Pseudo Text1' attribute.getPseudoText1()java.lang.String getPseudoText2()
The value is the text that appears after the BY keyword.
setPseudoText2(String),
COBOLPackage.getByClause_PseudoText2()void setPseudoText2(java.lang.String value)
Pseudo Text2' attribute.
value - the new value of the 'Pseudo Text2' attribute.getPseudoText2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||