|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.schema.impl.IdentitySpecifierImpl
An implementation of the model object 'Identity Specifier'.
The following features are implemented:
Method Summary | |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
GenerateType |
getGenerationType()
|
java.math.BigInteger |
getIncrement()
|
java.math.BigInteger |
getMaximum()
|
java.math.BigInteger |
getMinimum()
|
java.math.BigInteger |
getStartValue()
|
boolean |
isCycleOption()
|
void |
setCycleOption(boolean newCycleOption)
|
void |
setGenerationType(GenerateType newGenerationType)
|
void |
setIncrement(java.math.BigInteger newIncrement)
|
void |
setMaximum(java.math.BigInteger newMaximum)
|
void |
setMinimum(java.math.BigInteger newMinimum)
|
void |
setStartValue(java.math.BigInteger newStartValue)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public GenerateType getGenerationType()
getGenerationType
in interface IdentitySpecifier
GenerateType
,
IdentitySpecifier.setGenerationType(GenerateType)
,
SQLSchemaPackage.getIdentitySpecifier_GenerationType()
public void setGenerationType(GenerateType newGenerationType)
setGenerationType
in interface IdentitySpecifier
newGenerationType
- the new value of the 'Generation Type' attribute.GenerateType
,
IdentitySpecifier.getGenerationType()
public java.math.BigInteger getStartValue()
getStartValue
in interface IdentitySpecifier
IdentitySpecifier.setStartValue(BigInteger)
,
SQLSchemaPackage.getIdentitySpecifier_StartValue()
public void setStartValue(java.math.BigInteger newStartValue)
setStartValue
in interface IdentitySpecifier
newStartValue
- the new value of the 'Start Value' attribute.IdentitySpecifier.getStartValue()
public java.math.BigInteger getIncrement()
getIncrement
in interface IdentitySpecifier
IdentitySpecifier.setIncrement(BigInteger)
,
SQLSchemaPackage.getIdentitySpecifier_Increment()
public void setIncrement(java.math.BigInteger newIncrement)
setIncrement
in interface IdentitySpecifier
newIncrement
- the new value of the 'Increment' attribute.IdentitySpecifier.getIncrement()
public java.math.BigInteger getMinimum()
getMinimum
in interface IdentitySpecifier
IdentitySpecifier.setMinimum(BigInteger)
,
SQLSchemaPackage.getIdentitySpecifier_Minimum()
public void setMinimum(java.math.BigInteger newMinimum)
setMinimum
in interface IdentitySpecifier
newMinimum
- the new value of the 'Minimum' attribute.IdentitySpecifier.getMinimum()
public java.math.BigInteger getMaximum()
getMaximum
in interface IdentitySpecifier
IdentitySpecifier.setMaximum(BigInteger)
,
SQLSchemaPackage.getIdentitySpecifier_Maximum()
public void setMaximum(java.math.BigInteger newMaximum)
setMaximum
in interface IdentitySpecifier
newMaximum
- the new value of the 'Maximum' attribute.IdentitySpecifier.getMaximum()
public boolean isCycleOption()
isCycleOption
in interface IdentitySpecifier
IdentitySpecifier.setCycleOption(boolean)
,
SQLSchemaPackage.getIdentitySpecifier_CycleOption()
public void setCycleOption(boolean newCycleOption)
setCycleOption
in interface IdentitySpecifier
newCycleOption
- the new value of the 'Cycle Option' attribute.IdentitySpecifier.isCycleOption()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class SQLObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class SQLObjectImpl
public void eUnset(int featureID)
eUnset
in class SQLObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in class SQLObjectImpl
public java.lang.String toString()
toString
in class SQLObjectImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |