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

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

public interface CicsUnlockStmt
extends CicsStmt

A representation of the model object 'Cics Unlock Stmt'.

The following features are supported:

See Also:
COBOLPackage.getCicsUnlockStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getFilename()
          Returns the value of the 'Filename' containment reference.
 DataRefOrLiteral getSysId()
          Returns the value of the 'Sys Id' containment reference.
 DataRef getToken()
          Returns the value of the 'Token' containment reference.
 void setFilename(DataRefOrLiteral value)
          Sets the value of the 'Filename' containment reference.
 void setSysId(DataRefOrLiteral value)
          Sets the value of the 'Sys Id' containment reference.
 void setToken(DataRef value)
          Sets the value of the 'Token' containment reference.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.CicsStmt
getResp, getResp2, isNoHandle, setNoHandle, setResp, setResp2
 
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

getFilename

DataRefOrLiteral getFilename()
Returns the value of the 'Filename' containment reference.

If the meaning of the 'Filename' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Filename' containment reference.
See Also:
setFilename(DataRefOrLiteral), COBOLPackage.getCicsUnlockStmt_Filename()

setFilename

void setFilename(DataRefOrLiteral value)
Sets the value of the 'Filename' containment reference.

Parameters:
value - the new value of the 'Filename' containment reference.
See Also:
getFilename()

getToken

DataRef getToken()
Returns the value of the 'Token' containment reference.

If the meaning of the 'Token' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Token' containment reference.
See Also:
setToken(DataRef), COBOLPackage.getCicsUnlockStmt_Token()

setToken

void setToken(DataRef value)
Sets the value of the 'Token' containment reference.

Parameters:
value - the new value of the 'Token' containment reference.
See Also:
getToken()

getSysId

DataRefOrLiteral getSysId()
Returns the value of the 'Sys Id' containment reference.

If the meaning of the 'Sys Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sys Id' containment reference.
See Also:
setSysId(DataRefOrLiteral), COBOLPackage.getCicsUnlockStmt_SysId()

setSysId

void setSysId(DataRefOrLiteral value)
Sets the value of the 'Sys Id' containment reference.

Parameters:
value - the new value of the 'Sys Id' containment reference.
See Also:
getSysId()