| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdentitySpecifier
A representation of the model object 'Identity Specifier'. Reference: 5WD-02-Foundation-2002-12 4.14.4 Identity columns
The following features are supported:
SQLSchemaPackage.getIdentitySpecifier()| Method Summary | |
|---|---|
|  GenerateType | getGenerationType()Returns the value of the 'Generation Type' attribute. | 
|  java.math.BigInteger | getIncrement()Returns the value of the 'Increment' attribute. | 
|  java.math.BigInteger | getMaximum()Returns the value of the 'Maximum' attribute. | 
|  java.math.BigInteger | getMinimum()Returns the value of the 'Minimum' attribute. | 
|  java.math.BigInteger | getStartValue()Returns the value of the 'Start Value' attribute. | 
|  boolean | isCycleOption()Returns the value of the 'Cycle Option' attribute. | 
|  void | setCycleOption(boolean value)Sets the value of the ' Cycle Option' attribute. | 
|  void | setGenerationType(GenerateType value)Sets the value of the ' Generation Type' attribute. | 
|  void | setIncrement(java.math.BigInteger value)Sets the value of the ' Increment' attribute. | 
|  void | setMaximum(java.math.BigInteger value)Sets the value of the ' Maximum' attribute. | 
|  void | setMinimum(java.math.BigInteger value)Sets the value of the ' Minimum' attribute. | 
|  void | setStartValue(java.math.BigInteger value)Sets the value of the ' Start Value' attribute. | 
| Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject | 
|---|
| addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel | 
| Methods inherited from interface org.eclipse.emf.ecore.ENamedElement | 
|---|
| getName, setName | 
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement | 
|---|
| getEAnnotations | 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
|---|
| eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset | 
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier | 
|---|
| eAdapters, eDeliver, eNotify, eSetDeliver | 
| Method Detail | 
|---|
GenerateType getGenerationType()
GenerateType.
 
 If the meaning of the 'Generation Type' attribute isn't clear, there really should be more of a description here...
GenerateType, 
setGenerationType(GenerateType), 
SQLSchemaPackage.getIdentitySpecifier_GenerationType()void setGenerationType(GenerateType value)
Generation Type' attribute.
 
 
value - the new value of the 'Generation Type' attribute.GenerateType, 
getGenerationType()java.math.BigInteger getStartValue()
If the meaning of the 'Start Value' attribute isn't clear, there really should be more of a description here...
setStartValue(BigInteger), 
SQLSchemaPackage.getIdentitySpecifier_StartValue()void setStartValue(java.math.BigInteger value)
Start Value' attribute.
 
 
value - the new value of the 'Start Value' attribute.getStartValue()java.math.BigInteger getIncrement()
If the meaning of the 'Increment' attribute isn't clear, there really should be more of a description here...
setIncrement(BigInteger), 
SQLSchemaPackage.getIdentitySpecifier_Increment()void setIncrement(java.math.BigInteger value)
Increment' attribute.
 
 
value - the new value of the 'Increment' attribute.getIncrement()java.math.BigInteger getMinimum()
If the meaning of the 'Minimum' attribute isn't clear, there really should be more of a description here...
setMinimum(BigInteger), 
SQLSchemaPackage.getIdentitySpecifier_Minimum()void setMinimum(java.math.BigInteger value)
Minimum' attribute.
 
 
value - the new value of the 'Minimum' attribute.getMinimum()java.math.BigInteger getMaximum()
If the meaning of the 'Maximum' attribute isn't clear, there really should be more of a description here...
setMaximum(BigInteger), 
SQLSchemaPackage.getIdentitySpecifier_Maximum()void setMaximum(java.math.BigInteger value)
Maximum' attribute.
 
 
value - the new value of the 'Maximum' attribute.getMaximum()boolean isCycleOption()
If the meaning of the 'Cycle Option' attribute isn't clear, there really should be more of a description here...
setCycleOption(boolean), 
SQLSchemaPackage.getIdentitySpecifier_CycleOption()void setCycleOption(boolean value)
Cycle Option' attribute.
 
 
value - the new value of the 'Cycle Option' attribute.isCycleOption()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||