|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
An implementation of the model object 'Identity Specifier'.
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)
|
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 |
public GenerateType getGenerationType()
getGenerationType in interface IdentitySpecifierorg.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifierGenerateType,
IdentitySpecifier.setGenerationType(GenerateType),
SQLSchemaPackage.getIdentitySpecifier_GenerationType()public void setGenerationType(GenerateType newGenerationType)
setGenerationType in interface IdentitySpecifierorg.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifiervalue - the new value of the 'Generation Type' attribute.GenerateType,
IdentitySpecifier.getGenerationType()public int getStartValue()
getStartValue in interface IdentitySpecifierorg.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifierIdentitySpecifier.setStartValue(int),
SQLSchemaPackage.getIdentitySpecifier_StartValue()public void setStartValue(int newStartValue)
setStartValue in interface IdentitySpecifierorg.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifiervalue - the new value of the 'Start Value' attribute.IdentitySpecifier.getStartValue()public int getIncrement()
getIncrement in interface IdentitySpecifierorg.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifierIdentitySpecifier.setIncrement(int),
SQLSchemaPackage.getIdentitySpecifier_Increment()public void setIncrement(int newIncrement)
setIncrement in interface IdentitySpecifierorg.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifiervalue - the new value of the 'Increment' attribute.IdentitySpecifier.getIncrement()public int getMinimum()
getMinimum in interface IdentitySpecifierorg.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifierIdentitySpecifier.setMinimum(int),
SQLSchemaPackage.getIdentitySpecifier_Minimum()public void setMinimum(int newMinimum)
setMinimum in interface IdentitySpecifierorg.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifiervalue - the new value of the 'Minimum' attribute.IdentitySpecifier.getMinimum()public int getMaximum()
getMaximum in interface IdentitySpecifierorg.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifierIdentitySpecifier.setMaximum(int),
SQLSchemaPackage.getIdentitySpecifier_Maximum()public void setMaximum(int newMaximum)
setMaximum in interface IdentitySpecifierorg.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifiervalue - the new value of the 'Maximum' attribute.IdentitySpecifier.getMaximum()public boolean isCycleOption()
isCycleOption in interface IdentitySpecifierorg.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifierIdentitySpecifier.setCycleOption(boolean),
SQLSchemaPackage.getIdentitySpecifier_CycleOption()public void setCycleOption(boolean newCycleOption)
setCycleOption in interface IdentitySpecifierorg.eclipse.wst.rdb.internal.models.sql.schema.IdentitySpecifiervalue - the new value of the 'Cycle Option' attribute.IdentitySpecifier.isCycleOption()
public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
eGet in interface org.eclipse.emf.ecore.EObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.EObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eUnset in interface org.eclipse.emf.ecore.EObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eIsSet in interface org.eclipse.emf.ecore.EObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||