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

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

public interface CicsStartFromClause
extends ASTNode

A representation of the model object 'Cics Start From Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsStartFromClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRef getFrom()
          Returns the value of the 'From' containment reference.
 DataRefOrLiteral getLength()
          Returns the value of the 'Length' containment reference.
 boolean isFmh()
          Returns the value of the 'Fmh' attribute.
 void setFmh(boolean value)
          Sets the value of the 'Fmh' attribute.
 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.getCicsStartFromClause_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.getCicsStartFromClause_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()

isFmh

boolean isFmh()
Returns the value of the 'Fmh' attribute.

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

Returns:
the value of the 'Fmh' attribute.
See Also:
setFmh(boolean), COBOLPackage.getCicsStartFromClause_Fmh()

setFmh

void setFmh(boolean value)
Sets the value of the 'Fmh' attribute.

Parameters:
value - the new value of the 'Fmh' attribute.
See Also:
isFmh()