|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LibraryClause
A representation of a library clause in a COPY statement.
The following features are supported:
COBOLPackage.getLibraryClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.String |
getLibraryName()
Returns the value of the 'Library Name' attribute. |
Literal |
getLiteral()
Returns the value of the 'Literal' containment reference. |
QualifierKeyword |
getQualifierKeyword()
Returns the value of the 'Qualifier Keyword' attribute. |
void |
setLibraryName(java.lang.String value)
Sets the value of the ' Library Name' attribute. |
void |
setLiteral(Literal value)
Sets the value of the ' Literal' containment reference. |
void |
setQualifierKeyword(QualifierKeyword value)
Sets the value of the ' Qualifier Keyword' 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 |
|---|
QualifierKeyword getQualifierKeyword()
QualifierKeyword.
The value represents the qualifier keyword, either IN or OF.
QualifierKeyword,
setQualifierKeyword(QualifierKeyword),
COBOLPackage.getLibraryClause_QualifierKeyword()void setQualifierKeyword(QualifierKeyword value)
Qualifier Keyword' attribute.
value - the new value of the 'Qualifier Keyword' attribute.QualifierKeyword,
getQualifierKeyword()java.lang.String getLibraryName()
The value is the library name; if a literal is used, the value is null.
setLibraryName(String),
COBOLPackage.getLibraryClause_LibraryName()void setLibraryName(java.lang.String value)
Library Name' attribute.
value - the new value of the 'Library Name' attribute.getLibraryName()Literal getLiteral()
The value is the literal; if a library name is used, the value is null.
setLiteral(Literal),
COBOLPackage.getLibraryClause_Literal()void setLiteral(Literal value)
Literal' containment reference.
value - the new value of the 'Literal' containment reference.getLiteral()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||