org.eclipse.wst.rdb.internal.models.sql.schema.impl
Class IdentitySpecifierImpl

java.lang.Object
  |
  +--org.eclipse.emf.common.notify.impl.BasicNotifierImpl
        |
        +--org.eclipse.emf.ecore.impl.BasicEObjectImpl
              |
              +--org.eclipse.emf.ecore.impl.EObjectImpl
                    |
                    +--org.eclipse.emf.ecore.sdo.impl.EDataObjectImpl
                          |
                          +--org.eclipse.wst.rdb.internal.models.sql.schema.impl.IdentitySpecifierImpl
All Implemented Interfaces:
commonj.sdo.DataObject, org.eclipse.emf.ecore.sdo.EDataObject, org.eclipse.emf.ecore.EObject, IdentitySpecifier, org.eclipse.emf.ecore.sdo.InternalEDataObject, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.common.notify.Notifier, java.io.Serializable

public class IdentitySpecifierImpl
extends org.eclipse.emf.ecore.sdo.impl.EDataObjectImpl
implements IdentitySpecifier

An implementation of the model object 'Identity Specifier'.

The following features are implemented:

See Also:
Serialized Form

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)
          
 GenerateType getGenerationType()
          
 int getIncrement()
          
 int getMaximum()
          
 int getMinimum()
          
 int getStartValue()
          
 boolean isCycleOption()
          
 void setCycleOption(boolean newCycleOption)
          
 void setGenerationType(GenerateType newGenerationType)
          
 void setIncrement(int newIncrement)
          
 void setMaximum(int newMaximum)
          
 void setMinimum(int newMinimum)
          
 void setStartValue(int newStartValue)
          
 java.lang.String toString()
          
 
Methods inherited from class org.eclipse.emf.ecore.sdo.impl.EDataObjectImpl
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, getInstanceProperties, 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, writeReplace
 
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
eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedStructuralFeatureID, eInternalResource, eInverseAdd, eInverseRemove, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment
 

Method Detail

getGenerationType

public GenerateType getGenerationType()
Specified by:
getGenerationType in interface IdentitySpecifier
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier
Returns:
the value of the 'Generation Type' attribute.
See Also:
GenerateType, IdentitySpecifier.setGenerationType(GenerateType), SQLSchemaPackage.getIdentitySpecifier_GenerationType()

setGenerationType

public void setGenerationType(GenerateType newGenerationType)
Specified by:
setGenerationType in interface IdentitySpecifier
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier
Parameters:
value - the new value of the 'Generation Type' attribute.
See Also:
GenerateType, IdentitySpecifier.getGenerationType()

getStartValue

public int getStartValue()
Specified by:
getStartValue in interface IdentitySpecifier
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier
Returns:
the value of the 'Start Value' attribute.
See Also:
IdentitySpecifier.setStartValue(int), SQLSchemaPackage.getIdentitySpecifier_StartValue()

setStartValue

public void setStartValue(int newStartValue)
Specified by:
setStartValue in interface IdentitySpecifier
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier
Parameters:
value - the new value of the 'Start Value' attribute.
See Also:
IdentitySpecifier.getStartValue()

getIncrement

public int getIncrement()
Specified by:
getIncrement in interface IdentitySpecifier
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier
Returns:
the value of the 'Increment' attribute.
See Also:
IdentitySpecifier.setIncrement(int), SQLSchemaPackage.getIdentitySpecifier_Increment()

setIncrement

public void setIncrement(int newIncrement)
Specified by:
setIncrement in interface IdentitySpecifier
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier
Parameters:
value - the new value of the 'Increment' attribute.
See Also:
IdentitySpecifier.getIncrement()

getMinimum

public int getMinimum()
Specified by:
getMinimum in interface IdentitySpecifier
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier
Returns:
the value of the 'Minimum' attribute.
See Also:
IdentitySpecifier.setMinimum(int), SQLSchemaPackage.getIdentitySpecifier_Minimum()

setMinimum

public void setMinimum(int newMinimum)
Specified by:
setMinimum in interface IdentitySpecifier
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier
Parameters:
value - the new value of the 'Minimum' attribute.
See Also:
IdentitySpecifier.getMinimum()

getMaximum

public int getMaximum()
Specified by:
getMaximum in interface IdentitySpecifier
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier
Returns:
the value of the 'Maximum' attribute.
See Also:
IdentitySpecifier.setMaximum(int), SQLSchemaPackage.getIdentitySpecifier_Maximum()

setMaximum

public void setMaximum(int newMaximum)
Specified by:
setMaximum in interface IdentitySpecifier
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier
Parameters:
value - the new value of the 'Maximum' attribute.
See Also:
IdentitySpecifier.getMaximum()

isCycleOption

public boolean isCycleOption()
Specified by:
isCycleOption in interface IdentitySpecifier
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier
Returns:
the value of the 'Cycle Option' attribute.
See Also:
IdentitySpecifier.setCycleOption(boolean), SQLSchemaPackage.getIdentitySpecifier_CycleOption()

setCycleOption

public void setCycleOption(boolean newCycleOption)
Specified by:
setCycleOption in interface IdentitySpecifier
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifier
Parameters:
value - the new value of the 'Cycle Option' attribute.
See Also:
IdentitySpecifier.isCycleOption()

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