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

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.ColumnDefinitionImpl
All Implemented Interfaces:
ColumnDefinition, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.common.notify.Notifier

public class ColumnDefinitionImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements ColumnDefinition

An implementation of the model object 'Column 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 isComputedSupported()
          
 boolean isIdentityCycleSupported()
          
 boolean isIdentityIncrementSupported()
          
 boolean isIdentityMaximumSupported()
          
 boolean isIdentityMinimumSupported()
          
 boolean isIdentityStartValueSupported()
          
 boolean isIdentitySupported()
          
 void setComputedSupported(boolean newComputedSupported)
          
 void setIdentityCycleSupported(boolean newIdentityCycleSupported)
          
 void setIdentityIncrementSupported(boolean newIdentityIncrementSupported)
          
 void setIdentityMaximumSupported(boolean newIdentityMaximumSupported)
          
 void setIdentityMinimumSupported(boolean newIdentityMinimumSupported)
          
 void setIdentityStartValueSupported(boolean newIdentityStartValueSupported)
          
 void setIdentitySupported(boolean newIdentitySupported)
          
 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

isIdentitySupported

public boolean isIdentitySupported()
Specified by:
isIdentitySupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Returns:
the value of the 'Identity Supported' attribute.
See Also:
ColumnDefinition.setIdentitySupported(boolean), DatabaseDefinitionPackage.getColumnDefinition_IdentitySupported()

setIdentitySupported

public void setIdentitySupported(boolean newIdentitySupported)
Specified by:
setIdentitySupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Parameters:
value - the new value of the 'Identity Supported' attribute.
See Also:
ColumnDefinition.isIdentitySupported()

isComputedSupported

public boolean isComputedSupported()
Specified by:
isComputedSupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Returns:
the value of the 'Computed Supported' attribute.
See Also:
ColumnDefinition.setComputedSupported(boolean), DatabaseDefinitionPackage.getColumnDefinition_ComputedSupported()

setComputedSupported

public void setComputedSupported(boolean newComputedSupported)
Specified by:
setComputedSupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Parameters:
value - the new value of the 'Computed Supported' attribute.
See Also:
ColumnDefinition.isComputedSupported()

isIdentityStartValueSupported

public boolean isIdentityStartValueSupported()
Specified by:
isIdentityStartValueSupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Returns:
the value of the 'Identity Start Value Supported' attribute.
See Also:
ColumnDefinition.setIdentityStartValueSupported(boolean), DatabaseDefinitionPackage.getColumnDefinition_IdentityStartValueSupported()

setIdentityStartValueSupported

public void setIdentityStartValueSupported(boolean newIdentityStartValueSupported)
Specified by:
setIdentityStartValueSupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Parameters:
value - the new value of the 'Identity Start Value Supported' attribute.
See Also:
ColumnDefinition.isIdentityStartValueSupported()

isIdentityIncrementSupported

public boolean isIdentityIncrementSupported()
Specified by:
isIdentityIncrementSupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Returns:
the value of the 'Identity Increment Supported' attribute.
See Also:
ColumnDefinition.setIdentityIncrementSupported(boolean), DatabaseDefinitionPackage.getColumnDefinition_IdentityIncrementSupported()

setIdentityIncrementSupported

public void setIdentityIncrementSupported(boolean newIdentityIncrementSupported)
Specified by:
setIdentityIncrementSupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Parameters:
value - the new value of the 'Identity Increment Supported' attribute.
See Also:
ColumnDefinition.isIdentityIncrementSupported()

isIdentityMinimumSupported

public boolean isIdentityMinimumSupported()
Specified by:
isIdentityMinimumSupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Returns:
the value of the 'Identity Minimum Supported' attribute.
See Also:
ColumnDefinition.setIdentityMinimumSupported(boolean), DatabaseDefinitionPackage.getColumnDefinition_IdentityMinimumSupported()

setIdentityMinimumSupported

public void setIdentityMinimumSupported(boolean newIdentityMinimumSupported)
Specified by:
setIdentityMinimumSupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Parameters:
value - the new value of the 'Identity Minimum Supported' attribute.
See Also:
ColumnDefinition.isIdentityMinimumSupported()

isIdentityMaximumSupported

public boolean isIdentityMaximumSupported()
Specified by:
isIdentityMaximumSupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Returns:
the value of the 'Identity Maximum Supported' attribute.
See Also:
ColumnDefinition.setIdentityMaximumSupported(boolean), DatabaseDefinitionPackage.getColumnDefinition_IdentityMaximumSupported()

setIdentityMaximumSupported

public void setIdentityMaximumSupported(boolean newIdentityMaximumSupported)
Specified by:
setIdentityMaximumSupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Parameters:
value - the new value of the 'Identity Maximum Supported' attribute.
See Also:
ColumnDefinition.isIdentityMaximumSupported()

isIdentityCycleSupported

public boolean isIdentityCycleSupported()
Specified by:
isIdentityCycleSupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Returns:
the value of the 'Identity Cycle Supported' attribute.
See Also:
ColumnDefinition.setIdentityCycleSupported(boolean), DatabaseDefinitionPackage.getColumnDefinition_IdentityCycleSupported()

setIdentityCycleSupported

public void setIdentityCycleSupported(boolean newIdentityCycleSupported)
Specified by:
setIdentityCycleSupported in interface ColumnDefinition
Following copied from interface: org.eclipse.wst.rdb.internal.models.dbdefinition.ColumnDefinition
Parameters:
value - the new value of the 'Identity Cycle Supported' attribute.
See Also:
ColumnDefinition.isIdentityCycleSupported()

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