|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IngresIdentitySpecifier
A representation of the model object 'Ingres Identity Specifier'.
The following features are supported:
Data Type
Seq Length
Seq Precision
Maximum Option
Minimum Option
Cache Size
Cache Option
Order Option
IngressqlmodelPackage.getIngresIdentitySpecifier()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.Boolean |
getCacheOption()
Returns the value of the 'Cache Option' attribute. |
java.math.BigInteger |
getCacheSize()
Returns the value of the 'Cache Size' attribute. |
java.lang.String |
getDataType()
Returns the value of the 'Data Type' attribute. |
java.lang.Boolean |
getMaximumOption()
Returns the value of the 'Maximum Option' attribute. |
java.lang.Boolean |
getMinimumOption()
Returns the value of the 'Minimum Option' attribute. |
java.lang.Boolean |
getOrderOption()
Returns the value of the 'Order Option' attribute. |
java.math.BigInteger |
getSeqLength()
Returns the value of the 'Seq Length' attribute. |
java.math.BigInteger |
getSeqPrecision()
Returns the value of the 'Seq Precision' attribute. |
void |
setCacheOption(java.lang.Boolean value)
Sets the value of the ' Cache Option ' attribute. |
void |
setCacheSize(java.math.BigInteger value)
Sets the value of the ' Cache Size ' attribute. |
void |
setDataType(java.lang.String value)
Sets the value of the ' Data Type ' attribute. |
void |
setMaximumOption(java.lang.Boolean value)
Sets the value of the ' Maximum Option ' attribute. |
void |
setMinimumOption(java.lang.Boolean value)
Sets the value of the ' Minimum Option ' attribute. |
void |
setOrderOption(java.lang.Boolean value)
Sets the value of the ' Order Option ' attribute. |
void |
setSeqLength(java.math.BigInteger value)
Sets the value of the ' Seq Length ' attribute. |
void |
setSeqPrecision(java.math.BigInteger value)
Sets the value of the ' Seq Precision ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.IdentitySpecifier |
---|
getGenerationType, getIncrement, getMaximum, getMinimum, getStartValue, isCycleOption, setCycleOption, setGenerationType, setIncrement, setMaximum, setMinimum, setStartValue |
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 |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getDataType()
If the meaning of the 'Data Type' attribute isn't clear, there really should be more of a description here...
setDataType(String)
,
IngressqlmodelPackage.getIngresIdentitySpecifier_DataType()
void setDataType(java.lang.String value)
Data Type
' attribute.
value
- the new value of the 'Data Type' attribute.getDataType()
java.math.BigInteger getSeqLength()
If the meaning of the 'Seq Length' attribute isn't clear, there really should be more of a description here...
setSeqLength(BigInteger)
,
IngressqlmodelPackage.getIngresIdentitySpecifier_SeqLength()
void setSeqLength(java.math.BigInteger value)
Seq Length
' attribute.
value
- the new value of the 'Seq Length' attribute.getSeqLength()
java.math.BigInteger getSeqPrecision()
If the meaning of the 'Seq Precision' attribute isn't clear, there really should be more of a description here...
setSeqPrecision(BigInteger)
,
IngressqlmodelPackage.getIngresIdentitySpecifier_SeqPrecision()
void setSeqPrecision(java.math.BigInteger value)
Seq Precision
' attribute.
value
- the new value of the 'Seq Precision' attribute.getSeqPrecision()
java.lang.Boolean getMaximumOption()
If the meaning of the 'Maximum Option' attribute isn't clear, there really should be more of a description here...
setMaximumOption(Boolean)
,
IngressqlmodelPackage.getIngresIdentitySpecifier_MaximumOption()
void setMaximumOption(java.lang.Boolean value)
Maximum Option
' attribute.
value
- the new value of the 'Maximum Option' attribute.getMaximumOption()
java.lang.Boolean getMinimumOption()
If the meaning of the 'Minimum Option' attribute isn't clear, there really should be more of a description here...
setMinimumOption(Boolean)
,
IngressqlmodelPackage.getIngresIdentitySpecifier_MinimumOption()
void setMinimumOption(java.lang.Boolean value)
Minimum Option
' attribute.
value
- the new value of the 'Minimum Option' attribute.getMinimumOption()
java.math.BigInteger getCacheSize()
If the meaning of the 'Cache Size' attribute isn't clear, there really should be more of a description here...
setCacheSize(BigInteger)
,
IngressqlmodelPackage.getIngresIdentitySpecifier_CacheSize()
void setCacheSize(java.math.BigInteger value)
Cache Size
' attribute.
value
- the new value of the 'Cache Size' attribute.getCacheSize()
java.lang.Boolean getCacheOption()
If the meaning of the 'Cache Option' attribute isn't clear, there really should be more of a description here...
setCacheOption(Boolean)
,
IngressqlmodelPackage.getIngresIdentitySpecifier_CacheOption()
void setCacheOption(java.lang.Boolean value)
Cache Option
' attribute.
value
- the new value of the 'Cache Option' attribute.getCacheOption()
java.lang.Boolean getOrderOption()
If the meaning of the 'Order Option' attribute isn't clear, there really should be more of a description here...
setOrderOption(Boolean)
,
IngressqlmodelPackage.getIngresIdentitySpecifier_OrderOption()
void setOrderOption(java.lang.Boolean value)
Order Option
' attribute.
value
- the new value of the 'Order Option' attribute.getOrderOption()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |