|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UsageClause
A representation of the USAGE clause in the declaration of a data item.
The following features are supported:
COBOLPackage.getUsageClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
UsageValues |
getUsage()
Returns the value of the 'Usage' attribute. |
boolean |
isNative()
Returns the value of the 'Native' attribute. |
void |
setNative(boolean value)
Sets the value of the ' Native' attribute. |
void |
setUsage(UsageValues value)
Sets the value of the ' Usage' 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 |
|---|
UsageValues getUsage()
UsageValues.
UsageValues,
setUsage(UsageValues),
COBOLPackage.getUsageClause_Usage()void setUsage(UsageValues value)
Usage' attribute.
value - the new value of the 'Usage' attribute.UsageValues,
getUsage()boolean isNative()
Returns true if the NATIVE keyword appears in the USAGE clause; false otherwise.
setNative(boolean),
COBOLPackage.getUsageClause_Native()void setNative(boolean value)
Native' attribute.
value - the new value of the 'Native' attribute.isNative()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||