com.ibm.etools.cobol.application.model.cobol
Interface CicsEraseClause

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CicsEraseClauseImpl

public interface CicsEraseClause
extends ASTNode

A representation of the model object 'Cics Erase Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsEraseClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 boolean isAlternate()
          Returns the value of the 'Alternate' attribute.
 boolean isDefault()
          Returns the value of the 'Default' attribute.
 void setAlternate(boolean value)
          Sets the value of the 'Alternate' attribute.
 void setDefault(boolean value)
          Sets the value of the 'Default' 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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

isDefault

boolean isDefault()
Returns the value of the 'Default' attribute.

If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default' attribute.
See Also:
setDefault(boolean), COBOLPackage.getCicsEraseClause_Default()

setDefault

void setDefault(boolean value)
Sets the value of the 'Default' attribute.

Parameters:
value - the new value of the 'Default' attribute.
See Also:
isDefault()

isAlternate

boolean isAlternate()
Returns the value of the 'Alternate' attribute.

If the meaning of the 'Alternate' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Alternate' attribute.
See Also:
setAlternate(boolean), COBOLPackage.getCicsEraseClause_Alternate()

setAlternate

void setAlternate(boolean value)
Sets the value of the 'Alternate' attribute.

Parameters:
value - the new value of the 'Alternate' attribute.
See Also:
isAlternate()