|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.impl.FlatEObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.ENamedElementImpl
org.eclipse.wst.rdb.internal.models.sql.schema.impl.SQLObjectImpl
org.eclipse.wst.rdb.internal.models.sql.routines.impl.RoutineImpl
org.eclipse.wst.rdb.internal.models.sql.routines.impl.ProcedureImpl
com.ibm.db.models.db2.impl.DB2ProcedureImpl
public class DB2ProcedureImpl
An implementation of the model object 'DB2 Procedure'.
The following features are implemented:
FencedThreadsafeDb InfoImplicit SchemaFederatedParm CcsidSpecial RegisterChange StateDebug IdProgram TypeOrig Schema NameOrig Parm SigExtended OptionsRoutine ExtensionsModel Result SetsNull InputVersionReturnJava OptionsDeploy
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
org.eclipse.emf.ecore.InternalEObject.EStore |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
ELAST_EOBJECT_FLAG |
| Fields inherited from interface com.ibm.db.models.db2.DB2Routine |
|---|
CLEAN, DIRTY, DIRTY_DDL |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
EOPPOSITE_FEATURE_BASE |
| Method Summary | |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetDeploy(DB2ProcedureDeploy newDeploy,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetJavaOptions(DB2JavaOptions newJavaOptions,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetReturn(org.eclipse.wst.rdb.internal.models.sql.datatypes.IntegerDataType newReturn,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class baseClass)
|
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class baseClass)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
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)
|
int |
getChangeState()
|
java.lang.String |
getDebugId()
|
DB2ProcedureDeploy |
getDeploy()
|
org.eclipse.emf.common.util.EList |
getExtendedOptions()
|
java.lang.String |
getFenced()
|
DB2JavaOptions |
getJavaOptions()
|
java.lang.String |
getOrigParmSig()
|
java.lang.String |
getOrigSchemaName()
|
java.lang.String |
getParmCcsid()
|
java.lang.String |
getProgramType()
|
org.eclipse.wst.rdb.internal.models.sql.datatypes.IntegerDataType |
getReturn()
|
org.eclipse.emf.common.util.EList |
getRoutineExtensions()
|
java.lang.String |
getSpecialRegister()
|
java.lang.String |
getThreadsafe()
|
java.lang.String |
getVersion()
|
boolean |
isDbInfo()
|
boolean |
isFederated()
|
boolean |
isImplicitSchema()
|
boolean |
isModelResultSets()
|
boolean |
isNullInput()
|
void |
setChangeState(int newChangeState)
|
void |
setDbInfo(boolean newDbInfo)
|
void |
setDebugId(java.lang.String newDebugId)
|
void |
setDeploy(DB2ProcedureDeploy newDeploy)
|
void |
setFederated(boolean newFederated)
|
void |
setFenced(java.lang.String newFenced)
|
void |
setImplicitSchema(boolean newImplicitSchema)
|
void |
setJavaOptions(DB2JavaOptions newJavaOptions)
|
void |
setModelResultSets(boolean newModelResultSets)
|
void |
setNullInput(boolean newNullInput)
|
void |
setOrigParmSig(java.lang.String newOrigParmSig)
|
void |
setOrigSchemaName(java.lang.String newOrigSchemaName)
|
void |
setParmCcsid(java.lang.String newParmCcsid)
|
void |
setProgramType(java.lang.String newProgramType)
|
void |
setReturn(org.eclipse.wst.rdb.internal.models.sql.datatypes.IntegerDataType newReturn)
|
void |
setSpecialRegister(java.lang.String newSpecialRegister)
|
void |
setThreadsafe(java.lang.String newThreadsafe)
|
void |
setVersion(java.lang.String newVersion)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.wst.rdb.internal.models.sql.routines.impl.ProcedureImpl |
|---|
getMaxResultSets, getResultSet, isOldSavePoint, setMaxResultSets, setOldSavePoint |
| Methods inherited from class org.eclipse.wst.rdb.internal.models.sql.routines.impl.RoutineImpl |
|---|
basicGetSchema, basicSetSchema, basicSetSource, getAuthorizationID, getCreationTS, getExternalName, getInputParameters, getLanguage, getLastAlteredTS, getOutputParameters, getParameters, getParameterStyle, getSchema, getSecurity, getSource, getSpecificName, getSqlDataAccess, isDeterministic, setAuthorizationID, setCreationTS, setDeterministic, setExternalName, setLanguage, setLastAlteredTS, setParameterStyle, setSchema, setSecurity, setSource, setSpecificName, setSqlDataAccess |
| Methods inherited from class org.eclipse.wst.rdb.internal.models.sql.schema.impl.SQLObjectImpl |
|---|
addEAnnotation, addEAnnotationDetail, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getComments, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDependencies, getDescription, getDouble, getDouble, getDouble, getEAnnotation, getEAnnotationDetail, getFloat, getFloat, getFloat, getInstanceProperties, getInt, getInt, getInt, getLabel, getList, getList, getList, getLong, getLong, getLong, getPrivileges, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, removeEAnnotationDetail, set, set, set, setAnnotationDetail, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDescription, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setLabel, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset, writeReplace |
| Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl |
|---|
getName, getNameGen, setName |
| Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
|---|
eObjectForURIFragmentSegment, eURIFragmentSegment, getEAnnotations |
| Methods inherited from class org.eclipse.emf.ecore.impl.FlatEObjectImpl |
|---|
eContents, eCrossReferences, eIsProxy, eProxyURI, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eSetClass, eSetDeliver |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, 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 org.eclipse.wst.rdb.internal.models.sql.routines.Procedure |
|---|
getMaxResultSets, getResultSet, isOldSavePoint, setMaxResultSets, setOldSavePoint |
| Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.routines.Routine |
|---|
getAuthorizationID, getCreationTS, getExternalName, getInputParameters, getLanguage, getLastAlteredTS, getOutputParameters, getParameters, getParameterStyle, getSchema, getSecurity, getSource, getSpecificName, getSqlDataAccess, isDeterministic, setAuthorizationID, setCreationTS, setDeterministic, setExternalName, setLanguage, setLastAlteredTS, setParameterStyle, setSchema, setSecurity, setSource, setSpecificName, setSqlDataAccess |
| Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject |
|---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
| Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject |
|---|
getInstanceProperties |
| Methods inherited from interface commonj.sdo.DataObject |
|---|
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset |
| Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
|---|
getName, setName |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotations |
| Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.routines.Routine |
|---|
getAuthorizationID, getCreationTS, getExternalName, getInputParameters, getLanguage, getLastAlteredTS, getOutputParameters, getParameters, getParameterStyle, getSchema, getSecurity, getSource, getSpecificName, getSqlDataAccess, isDeterministic, setAuthorizationID, setCreationTS, setDeterministic, setExternalName, setLanguage, setLastAlteredTS, setParameterStyle, setSchema, setSecurity, setSource, setSpecificName, setSqlDataAccess |
| Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject |
|---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
| Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject |
|---|
getInstanceProperties |
| Methods inherited from interface commonj.sdo.DataObject |
|---|
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset |
| Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
|---|
getName, setName |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotations |
| Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject |
|---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
| Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject |
|---|
getInstanceProperties |
| Methods inherited from interface commonj.sdo.DataObject |
|---|
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset |
| Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
|---|
getName, setName |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDirectResource, eGet, eInternalContainer, eInternalResource, eInverseAdd, eInverseRemove, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment |
| Method Detail |
|---|
public java.lang.String getFenced()
getFenced in interface DB2RoutineDB2Routine.setFenced(String),
DB2ModelPackage.getDB2Routine_Fenced()public void setFenced(java.lang.String newFenced)
setFenced in interface DB2RoutinenewFenced - the new value of the 'Fenced' attribute.DB2Routine.getFenced()public java.lang.String getThreadsafe()
getThreadsafe in interface DB2RoutineDB2Routine.setThreadsafe(String),
DB2ModelPackage.getDB2Routine_Threadsafe()public void setThreadsafe(java.lang.String newThreadsafe)
setThreadsafe in interface DB2RoutinenewThreadsafe - the new value of the 'Threadsafe' attribute.DB2Routine.getThreadsafe()public boolean isDbInfo()
isDbInfo in interface DB2RoutineDB2Routine.setDbInfo(boolean),
DB2ModelPackage.getDB2Routine_DbInfo()public void setDbInfo(boolean newDbInfo)
setDbInfo in interface DB2RoutinenewDbInfo - the new value of the 'Db Info' attribute.DB2Routine.isDbInfo()public boolean isImplicitSchema()
isImplicitSchema in interface DB2RoutineDB2Routine.setImplicitSchema(boolean),
DB2ModelPackage.getDB2Routine_ImplicitSchema()public void setImplicitSchema(boolean newImplicitSchema)
setImplicitSchema in interface DB2RoutinenewImplicitSchema - the new value of the 'Implicit Schema' attribute.DB2Routine.isImplicitSchema()public boolean isFederated()
isFederated in interface DB2RoutineDB2Routine.setFederated(boolean),
DB2ModelPackage.getDB2Routine_Federated()public void setFederated(boolean newFederated)
setFederated in interface DB2RoutinenewFederated - the new value of the 'Federated' attribute.DB2Routine.isFederated()public java.lang.String getParmCcsid()
getParmCcsid in interface DB2RoutineDB2Routine.setParmCcsid(String),
DB2ModelPackage.getDB2Routine_ParmCcsid()public void setParmCcsid(java.lang.String newParmCcsid)
setParmCcsid in interface DB2RoutinenewParmCcsid - the new value of the 'Parm Ccsid' attribute.DB2Routine.getParmCcsid()public java.lang.String getSpecialRegister()
getSpecialRegister in interface DB2RoutineDB2Routine.setSpecialRegister(String),
DB2ModelPackage.getDB2Routine_SpecialRegister()public void setSpecialRegister(java.lang.String newSpecialRegister)
setSpecialRegister in interface DB2RoutinenewSpecialRegister - the new value of the 'Special Register' attribute.DB2Routine.getSpecialRegister()public int getChangeState()
getChangeState in interface DB2RoutineDB2Routine.setChangeState(int),
DB2ModelPackage.getDB2Routine_ChangeState()public void setChangeState(int newChangeState)
setChangeState in interface DB2RoutinenewChangeState - the new value of the 'Change State' attribute.DB2Routine.getChangeState()public java.lang.String getDebugId()
getDebugId in interface DB2RoutineDB2Routine.setDebugId(String),
DB2ModelPackage.getDB2Routine_DebugId()public void setDebugId(java.lang.String newDebugId)
setDebugId in interface DB2RoutinenewDebugId - the new value of the 'Debug Id' attribute.DB2Routine.getDebugId()public java.lang.String getProgramType()
getProgramType in interface DB2RoutineDB2Routine.setProgramType(String),
DB2ModelPackage.getDB2Routine_ProgramType()public void setProgramType(java.lang.String newProgramType)
setProgramType in interface DB2RoutinenewProgramType - the new value of the 'Program Type' attribute.DB2Routine.getProgramType()public java.lang.String getOrigSchemaName()
getOrigSchemaName in interface DB2RoutineDB2Routine.setOrigSchemaName(String),
DB2ModelPackage.getDB2Routine_OrigSchemaName()public void setOrigSchemaName(java.lang.String newOrigSchemaName)
setOrigSchemaName in interface DB2RoutinenewOrigSchemaName - the new value of the 'Orig Schema Name' attribute.DB2Routine.getOrigSchemaName()public java.lang.String getOrigParmSig()
getOrigParmSig in interface DB2RoutineDB2Routine.setOrigParmSig(String),
DB2ModelPackage.getDB2Routine_OrigParmSig()public void setOrigParmSig(java.lang.String newOrigParmSig)
setOrigParmSig in interface DB2RoutinenewOrigParmSig - the new value of the 'Orig Parm Sig' attribute.DB2Routine.getOrigParmSig()public org.eclipse.emf.common.util.EList getExtendedOptions()
getExtendedOptions in interface DB2RoutineDB2ModelPackage.getDB2Routine_ExtendedOptions()public org.eclipse.emf.common.util.EList getRoutineExtensions()
getRoutineExtensions in interface DB2RoutineDB2ModelPackage.getDB2Routine_RoutineExtensions()public DB2ProcedureDeploy getDeploy()
getDeploy in interface DB2ProcedureDB2Procedure.setDeploy(DB2ProcedureDeploy),
DB2ModelPackage.getDB2Procedure_Deploy()
public org.eclipse.emf.common.notify.NotificationChain basicSetDeploy(DB2ProcedureDeploy newDeploy,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setDeploy(DB2ProcedureDeploy newDeploy)
setDeploy in interface DB2ProcedurenewDeploy - the new value of the 'Deploy' containment reference.DB2Procedure.getDeploy()
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd in class org.eclipse.wst.rdb.internal.models.sql.routines.impl.RoutineImpl
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class org.eclipse.wst.rdb.internal.models.sql.routines.impl.ProcedureImpl
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.wst.rdb.internal.models.sql.routines.impl.ProcedureImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.wst.rdb.internal.models.sql.routines.impl.ProcedureImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.wst.rdb.internal.models.sql.routines.impl.ProcedureImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.wst.rdb.internal.models.sql.routines.impl.ProcedureImplpublic boolean isModelResultSets()
isModelResultSets in interface DB2ProcedureDB2Procedure.setModelResultSets(boolean),
DB2ModelPackage.getDB2Procedure_ModelResultSets()public void setModelResultSets(boolean newModelResultSets)
setModelResultSets in interface DB2ProcedurenewModelResultSets - the new value of the 'Model Result Sets' attribute.DB2Procedure.isModelResultSets()public boolean isNullInput()
isNullInput in interface DB2ProcedureDB2Procedure.setNullInput(boolean),
DB2ModelPackage.getDB2Procedure_NullInput()public void setNullInput(boolean newNullInput)
setNullInput in interface DB2ProcedurenewNullInput - the new value of the 'Null Input' attribute.DB2Procedure.isNullInput()public java.lang.String getVersion()
getVersion in interface DB2ProcedureDB2Procedure.setVersion(String),
DB2ModelPackage.getDB2Procedure_Version()public void setVersion(java.lang.String newVersion)
setVersion in interface DB2ProcedurenewVersion - the new value of the 'Version' attribute.DB2Procedure.getVersion()public org.eclipse.wst.rdb.internal.models.sql.datatypes.IntegerDataType getReturn()
getReturn in interface DB2ProcedureDB2Procedure.setReturn(IntegerDataType),
DB2ModelPackage.getDB2Procedure_Return()
public org.eclipse.emf.common.notify.NotificationChain basicSetReturn(org.eclipse.wst.rdb.internal.models.sql.datatypes.IntegerDataType newReturn,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setReturn(org.eclipse.wst.rdb.internal.models.sql.datatypes.IntegerDataType newReturn)
setReturn in interface DB2ProcedurenewReturn - the new value of the 'Return' containment reference.DB2Procedure.getReturn()public DB2JavaOptions getJavaOptions()
getJavaOptions in interface DB2ProcedureDB2Procedure.setJavaOptions(DB2JavaOptions),
DB2ModelPackage.getDB2Procedure_JavaOptions(),
DB2JavaOptions.getProcedure()
public org.eclipse.emf.common.notify.NotificationChain basicSetJavaOptions(DB2JavaOptions newJavaOptions,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setJavaOptions(DB2JavaOptions newJavaOptions)
setJavaOptions in interface DB2ProcedurenewJavaOptions - the new value of the 'Java Options' containment reference.DB2Procedure.getJavaOptions()
public int eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class baseClass)
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObjecteBaseStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public int eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class baseClass)
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObjecteDerivedStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class org.eclipse.wst.rdb.internal.models.sql.routines.impl.ProcedureImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||