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

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

public interface CicsDumpTransactionFromClause
extends ASTNode

A representation of the model object 'Cics Dump Transaction From Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsDumpTransactionFromClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRefOrLiteral getFlength()
          Returns the value of the 'Flength' containment reference.
 DataRef getFrom()
          Returns the value of the 'From' containment reference.
 DataRefOrLiteral getLength()
          Returns the value of the 'Length' containment reference.
 void setFlength(DataRefOrLiteral value)
          Sets the value of the 'Flength' containment reference.
 void setFrom(DataRef value)
          Sets the value of the 'From' containment reference.
 void setLength(DataRefOrLiteral value)
          Sets the value of the 'Length' containment reference.
 
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

getFrom

DataRef getFrom()
Returns the value of the 'From' containment reference.

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

Returns:
the value of the 'From' containment reference.
See Also:
setFrom(DataRef), COBOLPackage.getCicsDumpTransactionFromClause_From()

setFrom

void setFrom(DataRef value)
Sets the value of the 'From' containment reference.

Parameters:
value - the new value of the 'From' containment reference.
See Also:
getFrom()

getLength

DataRefOrLiteral getLength()
Returns the value of the 'Length' containment reference.

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

Returns:
the value of the 'Length' containment reference.
See Also:
setLength(DataRefOrLiteral), COBOLPackage.getCicsDumpTransactionFromClause_Length()

setLength

void setLength(DataRefOrLiteral value)
Sets the value of the 'Length' containment reference.

Parameters:
value - the new value of the 'Length' containment reference.
See Also:
getLength()

getFlength

DataRefOrLiteral getFlength()
Returns the value of the 'Flength' containment reference.

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

Returns:
the value of the 'Flength' containment reference.
See Also:
setFlength(DataRefOrLiteral), COBOLPackage.getCicsDumpTransactionFromClause_Flength()

setFlength

void setFlength(DataRefOrLiteral value)
Sets the value of the 'Flength' containment reference.

Parameters:
value - the new value of the 'Flength' containment reference.
See Also:
getFlength()