com.ibm.etools.cobol.application.model.cobol.impl
Class CicsSendMapStmtImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by com.ibm.etools.cobol.application.model.cobol.impl.ASTNodeImpl
                  extended by com.ibm.etools.cobol.application.model.cobol.impl.CicsStmtImpl
                      extended by com.ibm.etools.cobol.application.model.cobol.impl.CicsSendMapStmtImpl
All Implemented Interfaces:
ASTNode, CicsSendMapStmt, CicsStmt, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject

public class CicsSendMapStmtImpl
extends CicsStmtImpl
implements CicsSendMapStmt

An implementation of the model object 'Cics Send Map Stmt'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
static java.lang.String copyright
           
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 org.eclipse.emf.common.notify.NotificationChain basicSetCursorClause(CicsSendMapCursorClause newCursorClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetEraseClause(CicsEraseClause newEraseClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetFrom(DataRef newFrom, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetLength(DataRefOrLiteral newLength, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetMap(DataRefOrLiteral newMap, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetMapSet(DataRefOrLiteral newMapSet, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 CicsSendMapCursorClause getCursorClause()
           
 CicsEraseClause getEraseClause()
           
 DataRef getFrom()
           
 DataRefOrLiteral getLength()
           
 DataRefOrLiteral getMap()
           
 DataRefOrLiteral getMapSet()
           
 boolean isAlarm()
           
 boolean isDataOnly()
           
 boolean isEraseaup()
           
 boolean isFormFeed()
           
 boolean isFreeKb()
           
 boolean isFrset()
           
 boolean isMapOnly()
           
 boolean isPrint()
           
 void setAlarm(boolean newAlarm)
           
 void setCursorClause(CicsSendMapCursorClause newCursorClause)
           
 void setDataOnly(boolean newDataOnly)
           
 void setEraseaup(boolean newEraseaup)
           
 void setEraseClause(CicsEraseClause newEraseClause)
           
 void setFormFeed(boolean newFormFeed)
           
 void setFreeKb(boolean newFreeKb)
           
 void setFrom(DataRef newFrom)
           
 void setFrset(boolean newFrset)
           
 void setLength(DataRefOrLiteral newLength)
           
 void setMap(DataRefOrLiteral newMap)
           
 void setMapOnly(boolean newMapOnly)
           
 void setMapSet(DataRefOrLiteral newMapSet)
           
 void setPrint(boolean newPrint)
           
 java.lang.String toString()
           
 
Methods inherited from class com.ibm.etools.cobol.application.model.cobol.impl.CicsStmtImpl
basicSetResp, basicSetResp2, getResp, getResp2, isNoHandle, setNoHandle, setResp, setResp2
 
Methods inherited from class com.ibm.etools.cobol.application.model.cobol.impl.ASTNodeImpl
basicGetParent, getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getMap

public DataRefOrLiteral getMap()

Specified by:
getMap in interface CicsSendMapStmt
Returns:
the value of the 'Map' containment reference.
See Also:
CicsSendMapStmt.setMap(DataRefOrLiteral), COBOLPackage.getCicsSendMapStmt_Map()

basicSetMap

public org.eclipse.emf.common.notify.NotificationChain basicSetMap(DataRefOrLiteral newMap,
                                                                   org.eclipse.emf.common.notify.NotificationChain msgs)


setMap

public void setMap(DataRefOrLiteral newMap)

Specified by:
setMap in interface CicsSendMapStmt
Parameters:
newMap - the new value of the 'Map' containment reference.
See Also:
CicsSendMapStmt.getMap()

getMapSet

public DataRefOrLiteral getMapSet()

Specified by:
getMapSet in interface CicsSendMapStmt
Returns:
the value of the 'Map Set' containment reference.
See Also:
CicsSendMapStmt.setMapSet(DataRefOrLiteral), COBOLPackage.getCicsSendMapStmt_MapSet()

basicSetMapSet

public org.eclipse.emf.common.notify.NotificationChain basicSetMapSet(DataRefOrLiteral newMapSet,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)


setMapSet

public void setMapSet(DataRefOrLiteral newMapSet)

Specified by:
setMapSet in interface CicsSendMapStmt
Parameters:
newMapSet - the new value of the 'Map Set' containment reference.
See Also:
CicsSendMapStmt.getMapSet()

isMapOnly

public boolean isMapOnly()

Specified by:
isMapOnly in interface CicsSendMapStmt
Returns:
the value of the 'Map Only' attribute.
See Also:
CicsSendMapStmt.setMapOnly(boolean), COBOLPackage.getCicsSendMapStmt_MapOnly()

setMapOnly

public void setMapOnly(boolean newMapOnly)

Specified by:
setMapOnly in interface CicsSendMapStmt
Parameters:
newMapOnly - the new value of the 'Map Only' attribute.
See Also:
CicsSendMapStmt.isMapOnly()

getFrom

public DataRef getFrom()

Specified by:
getFrom in interface CicsSendMapStmt
Returns:
the value of the 'From' containment reference.
See Also:
CicsSendMapStmt.setFrom(DataRef), COBOLPackage.getCicsSendMapStmt_From()

basicSetFrom

public org.eclipse.emf.common.notify.NotificationChain basicSetFrom(DataRef newFrom,
                                                                    org.eclipse.emf.common.notify.NotificationChain msgs)


setFrom

public void setFrom(DataRef newFrom)

Specified by:
setFrom in interface CicsSendMapStmt
Parameters:
newFrom - the new value of the 'From' containment reference.
See Also:
CicsSendMapStmt.getFrom()

isDataOnly

public boolean isDataOnly()

Specified by:
isDataOnly in interface CicsSendMapStmt
Returns:
the value of the 'Data Only' attribute.
See Also:
CicsSendMapStmt.setDataOnly(boolean), COBOLPackage.getCicsSendMapStmt_DataOnly()

setDataOnly

public void setDataOnly(boolean newDataOnly)

Specified by:
setDataOnly in interface CicsSendMapStmt
Parameters:
newDataOnly - the new value of the 'Data Only' attribute.
See Also:
CicsSendMapStmt.isDataOnly()

getLength

public DataRefOrLiteral getLength()

Specified by:
getLength in interface CicsSendMapStmt
Returns:
the value of the 'Length' containment reference.
See Also:
CicsSendMapStmt.setLength(DataRefOrLiteral), COBOLPackage.getCicsSendMapStmt_Length()

basicSetLength

public org.eclipse.emf.common.notify.NotificationChain basicSetLength(DataRefOrLiteral newLength,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)


setLength

public void setLength(DataRefOrLiteral newLength)

Specified by:
setLength in interface CicsSendMapStmt
Parameters:
newLength - the new value of the 'Length' containment reference.
See Also:
CicsSendMapStmt.getLength()

getCursorClause

public CicsSendMapCursorClause getCursorClause()

Specified by:
getCursorClause in interface CicsSendMapStmt
Returns:
the value of the 'Cursor Clause' containment reference.
See Also:
CicsSendMapStmt.setCursorClause(CicsSendMapCursorClause), COBOLPackage.getCicsSendMapStmt_CursorClause()

basicSetCursorClause

public org.eclipse.emf.common.notify.NotificationChain basicSetCursorClause(CicsSendMapCursorClause newCursorClause,
                                                                            org.eclipse.emf.common.notify.NotificationChain msgs)


setCursorClause

public void setCursorClause(CicsSendMapCursorClause newCursorClause)

Specified by:
setCursorClause in interface CicsSendMapStmt
Parameters:
newCursorClause - the new value of the 'Cursor Clause' containment reference.
See Also:
CicsSendMapStmt.getCursorClause()

isFormFeed

public boolean isFormFeed()

Specified by:
isFormFeed in interface CicsSendMapStmt
Returns:
the value of the 'Form Feed' attribute.
See Also:
CicsSendMapStmt.setFormFeed(boolean), COBOLPackage.getCicsSendMapStmt_FormFeed()

setFormFeed

public void setFormFeed(boolean newFormFeed)

Specified by:
setFormFeed in interface CicsSendMapStmt
Parameters:
newFormFeed - the new value of the 'Form Feed' attribute.
See Also:
CicsSendMapStmt.isFormFeed()

getEraseClause

public CicsEraseClause getEraseClause()

Specified by:
getEraseClause in interface CicsSendMapStmt
Returns:
the value of the 'Erase Clause' containment reference.
See Also:
CicsSendMapStmt.setEraseClause(CicsEraseClause), COBOLPackage.getCicsSendMapStmt_EraseClause()

basicSetEraseClause

public org.eclipse.emf.common.notify.NotificationChain basicSetEraseClause(CicsEraseClause newEraseClause,
                                                                           org.eclipse.emf.common.notify.NotificationChain msgs)


setEraseClause

public void setEraseClause(CicsEraseClause newEraseClause)

Specified by:
setEraseClause in interface CicsSendMapStmt
Parameters:
newEraseClause - the new value of the 'Erase Clause' containment reference.
See Also:
CicsSendMapStmt.getEraseClause()

isEraseaup

public boolean isEraseaup()

Specified by:
isEraseaup in interface CicsSendMapStmt
Returns:
the value of the 'Eraseaup' attribute.
See Also:
CicsSendMapStmt.setEraseaup(boolean), COBOLPackage.getCicsSendMapStmt_Eraseaup()

setEraseaup

public void setEraseaup(boolean newEraseaup)

Specified by:
setEraseaup in interface CicsSendMapStmt
Parameters:
newEraseaup - the new value of the 'Eraseaup' attribute.
See Also:
CicsSendMapStmt.isEraseaup()

isPrint

public boolean isPrint()

Specified by:
isPrint in interface CicsSendMapStmt
Returns:
the value of the 'Print' attribute.
See Also:
CicsSendMapStmt.setPrint(boolean), COBOLPackage.getCicsSendMapStmt_Print()

setPrint

public void setPrint(boolean newPrint)

Specified by:
setPrint in interface CicsSendMapStmt
Parameters:
newPrint - the new value of the 'Print' attribute.
See Also:
CicsSendMapStmt.isPrint()

isFreeKb

public boolean isFreeKb()

Specified by:
isFreeKb in interface CicsSendMapStmt
Returns:
the value of the 'Free Kb' attribute.
See Also:
CicsSendMapStmt.setFreeKb(boolean), COBOLPackage.getCicsSendMapStmt_FreeKb()

setFreeKb

public void setFreeKb(boolean newFreeKb)

Specified by:
setFreeKb in interface CicsSendMapStmt
Parameters:
newFreeKb - the new value of the 'Free Kb' attribute.
See Also:
CicsSendMapStmt.isFreeKb()

isAlarm

public boolean isAlarm()

Specified by:
isAlarm in interface CicsSendMapStmt
Returns:
the value of the 'Alarm' attribute.
See Also:
CicsSendMapStmt.setAlarm(boolean), COBOLPackage.getCicsSendMapStmt_Alarm()

setAlarm

public void setAlarm(boolean newAlarm)

Specified by:
setAlarm in interface CicsSendMapStmt
Parameters:
newAlarm - the new value of the 'Alarm' attribute.
See Also:
CicsSendMapStmt.isAlarm()

isFrset

public boolean isFrset()

Specified by:
isFrset in interface CicsSendMapStmt
Returns:
the value of the 'Frset' attribute.
See Also:
CicsSendMapStmt.setFrset(boolean), COBOLPackage.getCicsSendMapStmt_Frset()

setFrset

public void setFrset(boolean newFrset)

Specified by:
setFrset in interface CicsSendMapStmt
Parameters:
newFrset - the new value of the 'Frset' attribute.
See Also:
CicsSendMapStmt.isFrset()

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class CicsStmtImpl

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class CicsStmtImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class CicsStmtImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class CicsStmtImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class CicsStmtImpl

toString

public java.lang.String toString()

Overrides:
toString in class CicsStmtImpl