|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Interval Data Type'. Reference: 5WD-02-Foundation-2002-12 4.6.2 Intervals
The following features are supported:
Leading Qualifier
Trailing Qualifier
Leading Field Precision
Trailing Field Precision
Fractional Seconds Precision
SQLDataTypesPackage.getIntervalDataType()
Method Summary | |
int |
getFractionalSecondsPrecision()
Returns the value of the 'Fractional Seconds Precision' attribute. |
int |
getLeadingFieldPrecision()
Returns the value of the 'Leading Field Precision' attribute. |
IntervalQualifierType |
getLeadingQualifier()
Returns the value of the 'Leading Qualifier' attribute. |
int |
getTrailingFieldPrecision()
Returns the value of the 'Trailing Field Precision' attribute. |
IntervalQualifierType |
getTrailingQualifier()
Returns the value of the 'Trailing Qualifier' attribute. |
void |
setFractionalSecondsPrecision(int value)
Sets the value of the ' Fractional Seconds Precision ' attribute. |
void |
setLeadingFieldPrecision(int value)
Sets the value of the ' Leading Field Precision ' attribute. |
void |
setLeadingQualifier(IntervalQualifierType value)
Sets the value of the ' Leading Qualifier ' attribute. |
void |
setTrailingFieldPrecision(int value)
Sets the value of the ' Trailing Field Precision ' attribute. |
void |
setTrailingQualifier(IntervalQualifierType value)
Sets the value of the ' Trailing Qualifier ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.datatypes.PredefinedDataType |
getPrimitiveType, setPrimitiveType |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.datatypes.DataType |
setContainer |
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 IntervalQualifierType getLeadingQualifier()
IntervalQualifierType
.
If the meaning of the 'Leading Qualifier' attribute isn't clear, there really should be more of a description here...
IntervalQualifierType
,
setLeadingQualifier(IntervalQualifierType)
,
SQLDataTypesPackage.getIntervalDataType_LeadingQualifier()
public void setLeadingQualifier(IntervalQualifierType value)
Leading Qualifier
' attribute.
value
- the new value of the 'Leading Qualifier' attribute.IntervalQualifierType
,
getLeadingQualifier()
public IntervalQualifierType getTrailingQualifier()
IntervalQualifierType
.
If the meaning of the 'Trailing Qualifier' attribute isn't clear, there really should be more of a description here...
IntervalQualifierType
,
setTrailingQualifier(IntervalQualifierType)
,
SQLDataTypesPackage.getIntervalDataType_TrailingQualifier()
public void setTrailingQualifier(IntervalQualifierType value)
Trailing Qualifier
' attribute.
value
- the new value of the 'Trailing Qualifier' attribute.IntervalQualifierType
,
getTrailingQualifier()
public int getLeadingFieldPrecision()
If the meaning of the 'Leading Field Precision' attribute isn't clear, there really should be more of a description here...
setLeadingFieldPrecision(int)
,
SQLDataTypesPackage.getIntervalDataType_LeadingFieldPrecision()
public void setLeadingFieldPrecision(int value)
Leading Field Precision
' attribute.
value
- the new value of the 'Leading Field Precision' attribute.getLeadingFieldPrecision()
public int getTrailingFieldPrecision()
If the meaning of the 'Trailing Field Precision' attribute isn't clear, there really should be more of a description here...
setTrailingFieldPrecision(int)
,
SQLDataTypesPackage.getIntervalDataType_TrailingFieldPrecision()
public void setTrailingFieldPrecision(int value)
Trailing Field Precision
' attribute.
value
- the new value of the 'Trailing Field Precision' attribute.getTrailingFieldPrecision()
public int getFractionalSecondsPrecision()
If the meaning of the 'Fractional Seconds Precision' attribute isn't clear, there really should be more of a description here...
setFractionalSecondsPrecision(int)
,
SQLDataTypesPackage.getIntervalDataType_FractionalSecondsPrecision()
public void setFractionalSecondsPrecision(int value)
Fractional Seconds Precision
' attribute.
value
- the new value of the 'Fractional Seconds Precision' attribute.getFractionalSecondsPrecision()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |