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

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

public interface CicsInputMessageClause
extends ASTNode

A representation of the model object 'Cics Input Message Clause'.

The following features are supported:

See Also:
COBOLPackage.getCicsInputMessageClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRef getInputMsg()
          Returns the value of the 'Input Msg' containment reference.
 DataRefOrLiteral getInputMsgLen()
          Returns the value of the 'Input Msg Len' containment reference.
 void setInputMsg(DataRef value)
          Sets the value of the 'Input Msg' containment reference.
 void setInputMsgLen(DataRefOrLiteral value)
          Sets the value of the 'Input Msg Len' 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

getInputMsg

DataRef getInputMsg()
Returns the value of the 'Input Msg' containment reference.

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

Returns:
the value of the 'Input Msg' containment reference.
See Also:
setInputMsg(DataRef), COBOLPackage.getCicsInputMessageClause_InputMsg()

setInputMsg

void setInputMsg(DataRef value)
Sets the value of the 'Input Msg' containment reference.

Parameters:
value - the new value of the 'Input Msg' containment reference.
See Also:
getInputMsg()

getInputMsgLen

DataRefOrLiteral getInputMsgLen()
Returns the value of the 'Input Msg Len' containment reference.

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

Returns:
the value of the 'Input Msg Len' containment reference.
See Also:
setInputMsgLen(DataRefOrLiteral), COBOLPackage.getCicsInputMessageClause_InputMsgLen()

setInputMsgLen

void setInputMsgLen(DataRefOrLiteral value)
Sets the value of the 'Input Msg Len' containment reference.

Parameters:
value - the new value of the 'Input Msg Len' containment reference.
See Also:
getInputMsgLen()