|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IntervalQualifierType in org.eclipse.datatools.modelbase.dbdefinition |
Methods in org.eclipse.datatools.modelbase.dbdefinition that return IntervalQualifierType | |
IntervalQualifierType |
FieldQualifierDefinition.getName()
Returns the value of the 'Name' attribute. |
Methods in org.eclipse.datatools.modelbase.dbdefinition with parameters of type IntervalQualifierType | |
void |
FieldQualifierDefinition.setName(IntervalQualifierType value)
Sets the value of the ' Name ' attribute. |
Uses of IntervalQualifierType in org.eclipse.datatools.modelbase.dbdefinition.impl |
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl that return IntervalQualifierType | |
IntervalQualifierType |
FieldQualifierDefinitionImpl.getName()
|
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl with parameters of type IntervalQualifierType | |
void |
FieldQualifierDefinitionImpl.setName(IntervalQualifierType newName)
|
Uses of IntervalQualifierType in org.eclipse.datatools.modelbase.sql.datatypes |
Fields in org.eclipse.datatools.modelbase.sql.datatypes declared as IntervalQualifierType | |
static IntervalQualifierType |
IntervalQualifierType.YEAR_LITERAL
The 'YEAR' literal object. |
static IntervalQualifierType |
IntervalQualifierType.MONTH_LITERAL
The 'MONTH' literal object. |
static IntervalQualifierType |
IntervalQualifierType.DAY_LITERAL
The 'DAY' literal object. |
static IntervalQualifierType |
IntervalQualifierType.HOUR_LITERAL
The 'HOUR' literal object. |
static IntervalQualifierType |
IntervalQualifierType.MINUTE_LITERAL
The 'MINUTE' literal object. |
static IntervalQualifierType |
IntervalQualifierType.SECOND_LITERAL
The 'SECOND' literal object. |
static IntervalQualifierType |
IntervalQualifierType.FRACTION_LITERAL
The 'FRACTION' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes that return IntervalQualifierType | |
static IntervalQualifierType |
IntervalQualifierType.get(java.lang.String literal)
Returns the 'Interval Qualifier Type' literal with the specified literal value. |
static IntervalQualifierType |
IntervalQualifierType.getByName(java.lang.String name)
Returns the 'Interval Qualifier Type' literal with the specified name. |
static IntervalQualifierType |
IntervalQualifierType.get(int value)
Returns the 'Interval Qualifier Type' literal with the specified integer value. |
IntervalQualifierType |
IntervalDataType.getLeadingQualifier()
Returns the value of the 'Leading Qualifier' attribute. |
IntervalQualifierType |
IntervalDataType.getTrailingQualifier()
Returns the value of the 'Trailing Qualifier' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type IntervalQualifierType | |
void |
IntervalDataType.setLeadingQualifier(IntervalQualifierType value)
Sets the value of the ' Leading Qualifier ' attribute. |
void |
IntervalDataType.setTrailingQualifier(IntervalQualifierType value)
Sets the value of the ' Trailing Qualifier ' attribute. |
Uses of IntervalQualifierType in org.eclipse.datatools.modelbase.sql.datatypes.impl |
Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return IntervalQualifierType | |
IntervalQualifierType |
SQLDataTypesFactoryImpl.createIntervalQualifierTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
IntervalQualifierType |
IntervalDataTypeImpl.getLeadingQualifier()
|
IntervalQualifierType |
IntervalDataTypeImpl.getTrailingQualifier()
|
Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl with parameters of type IntervalQualifierType | |
void |
IntervalDataTypeImpl.setLeadingQualifier(IntervalQualifierType newLeadingQualifier)
|
void |
IntervalDataTypeImpl.setTrailingQualifier(IntervalQualifierType newTrailingQualifier)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |