org.eclipse.wst.rdb.internal.models.dbdefinition.impl
Class TableDefinitionImpl

java.lang.Object
  |
  +--org.eclipse.emf.common.notify.impl.BasicNotifierImpl
        |
        +--org.eclipse.emf.ecore.impl.BasicEObjectImpl
              |
              +--org.eclipse.emf.ecore.impl.EObjectImpl
                    |
                    +--org.eclipse.wst.rdb.internal.models.dbdefinition.impl.TableDefinitionImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.common.notify.Notifier, TableDefinition

public class TableDefinitionImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements TableDefinition

An implementation of the model object 'Table Definition'.

The following features are implemented:


Inner classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Inner classes inherited from class org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
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
 java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature, boolean resolve)
          
 boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
          
 void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature, java.lang.Object newValue)
          
 void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
          
 boolean isAuditSupported()
          
 boolean isDataCaptureSupported()
          
 boolean isEditProcSupported()
          
 boolean isEncodingSupported()
          
 boolean isValidProcSupported()
          
 void setAuditSupported(boolean newAuditSupported)
          
 void setDataCaptureSupported(boolean newDataCaptureSupported)
          
 void setEditProcSupported(boolean newEditProcSupported)
          
 void setEncodingSupported(boolean newEncodingSupported)
          
 void setValidProcSupported(boolean newValidProcSupported)
          
 java.lang.String toString()
          
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eInternalResource, eInverseAdd, eInverseRemove, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment
 
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.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eIsProxy, eResource
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

isAuditSupported

public boolean isAuditSupported()
Specified by:
isAuditSupported in interface TableDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.TableDefinition
Returns:
the value of the 'Audit Supported' attribute.
See Also:
TableDefinition.setAuditSupported(boolean), DatabaseDefinitionPackage.getTableDefinition_AuditSupported()

setAuditSupported

public void setAuditSupported(boolean newAuditSupported)
Specified by:
setAuditSupported in interface TableDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.TableDefinition
Parameters:
value - the new value of the 'Audit Supported' attribute.
See Also:
TableDefinition.isAuditSupported()

isDataCaptureSupported

public boolean isDataCaptureSupported()
Specified by:
isDataCaptureSupported in interface TableDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.TableDefinition
Returns:
the value of the 'Data Capture Supported' attribute.
See Also:
TableDefinition.setDataCaptureSupported(boolean), DatabaseDefinitionPackage.getTableDefinition_DataCaptureSupported()

setDataCaptureSupported

public void setDataCaptureSupported(boolean newDataCaptureSupported)
Specified by:
setDataCaptureSupported in interface TableDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.TableDefinition
Parameters:
value - the new value of the 'Data Capture Supported' attribute.
See Also:
TableDefinition.isDataCaptureSupported()

isEditProcSupported

public boolean isEditProcSupported()
Specified by:
isEditProcSupported in interface TableDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.TableDefinition
Returns:
the value of the 'Edit Proc Supported' attribute.
See Also:
TableDefinition.setEditProcSupported(boolean), DatabaseDefinitionPackage.getTableDefinition_EditProcSupported()

setEditProcSupported

public void setEditProcSupported(boolean newEditProcSupported)
Specified by:
setEditProcSupported in interface TableDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.TableDefinition
Parameters:
value - the new value of the 'Edit Proc Supported' attribute.
See Also:
TableDefinition.isEditProcSupported()

isEncodingSupported

public boolean isEncodingSupported()
Specified by:
isEncodingSupported in interface TableDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.TableDefinition
Returns:
the value of the 'Encoding Supported' attribute.
See Also:
TableDefinition.setEncodingSupported(boolean), DatabaseDefinitionPackage.getTableDefinition_EncodingSupported()

setEncodingSupported

public void setEncodingSupported(boolean newEncodingSupported)
Specified by:
setEncodingSupported in interface TableDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.TableDefinition
Parameters:
value - the new value of the 'Encoding Supported' attribute.
See Also:
TableDefinition.isEncodingSupported()

isValidProcSupported

public boolean isValidProcSupported()
Specified by:
isValidProcSupported in interface TableDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.TableDefinition
Returns:
the value of the 'Valid Proc Supported' attribute.
See Also:
TableDefinition.setValidProcSupported(boolean), DatabaseDefinitionPackage.getTableDefinition_ValidProcSupported()

setValidProcSupported

public void setValidProcSupported(boolean newValidProcSupported)
Specified by:
setValidProcSupported in interface TableDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.TableDefinition
Parameters:
value - the new value of the 'Valid Proc Supported' attribute.
See Also:
TableDefinition.isValidProcSupported()

eGet

public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                             boolean resolve)
Specified by:
eGet in interface org.eclipse.emf.ecore.EObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eSet

public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                 java.lang.Object newValue)
Specified by:
eSet in interface org.eclipse.emf.ecore.EObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eUnset

public void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
Specified by:
eUnset in interface org.eclipse.emf.ecore.EObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eIsSet

public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
Specified by:
eIsSet in interface org.eclipse.emf.ecore.EObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

toString

public java.lang.String toString()
Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl