| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.datatools.modelbase.sql.datatypes.IntervalQualifierType
public final class IntervalQualifierType
A representation of the literals of the enumeration 'Interval Qualifier Type', and utility methods for working with them. Reference: 5WD-02-Foundation-2002-12 4.6.2 Intervals
SQLDataTypesPackage.getIntervalQualifierType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | DAYThe 'DAY' literal value. | 
| static IntervalQualifierType | DAY_LITERALThe 'DAY' literal object. | 
| static int | FRACTIONThe 'FRACTION' literal value. | 
| static IntervalQualifierType | FRACTION_LITERALThe 'FRACTION' literal object. | 
| static int | HOURThe 'HOUR' literal value. | 
| static IntervalQualifierType | HOUR_LITERALThe 'HOUR' literal object. | 
| static int | MINUTEThe 'MINUTE' literal value. | 
| static IntervalQualifierType | MINUTE_LITERALThe 'MINUTE' literal object. | 
| static int | MONTHThe 'MONTH' literal value. | 
| static IntervalQualifierType | MONTH_LITERALThe 'MONTH' literal object. | 
| static int | SECONDThe 'SECOND' literal value. | 
| static IntervalQualifierType | SECOND_LITERALThe 'SECOND' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Interval Qualifier Type' enumerators. | 
| static int | YEARThe 'YEAR' literal value. | 
| static IntervalQualifierType | YEAR_LITERALThe 'YEAR' literal object. | 
| Method Summary | |
|---|---|
| static IntervalQualifierType | get(int value)Returns the 'Interval Qualifier Type' literal with the specified integer value. | 
| static IntervalQualifierType | get(java.lang.String literal)Returns the 'Interval Qualifier Type' literal with the specified literal value. | 
| static IntervalQualifierType | getByName(java.lang.String name)Returns the 'Interval Qualifier Type' literal with the specified name. | 
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator | 
|---|
| getLiteral, getName, getValue, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int YEAR
YEAR_LITERAL, 
Constant Field Valuespublic static final int MONTH
MONTH_LITERAL, 
Constant Field Valuespublic static final int DAY
DAY_LITERAL, 
Constant Field Valuespublic static final int HOUR
HOUR_LITERAL, 
Constant Field Valuespublic static final int MINUTE
MINUTE_LITERAL, 
Constant Field Valuespublic static final int SECOND
SECOND_LITERAL, 
Constant Field Valuespublic static final int FRACTION
If the meaning of 'FRACTION' literal object isn't clear, there really should be more of a description here...
FRACTION_LITERAL, 
Constant Field Valuespublic static final IntervalQualifierType YEAR_LITERAL
If the meaning of 'YEAR' literal object isn't clear, there really should be more of a description here...
YEARpublic static final IntervalQualifierType MONTH_LITERAL
If the meaning of 'MONTH' literal object isn't clear, there really should be more of a description here...
MONTHpublic static final IntervalQualifierType DAY_LITERAL
If the meaning of 'DAY' literal object isn't clear, there really should be more of a description here...
DAYpublic static final IntervalQualifierType HOUR_LITERAL
If the meaning of 'HOUR' literal object isn't clear, there really should be more of a description here...
HOURpublic static final IntervalQualifierType MINUTE_LITERAL
If the meaning of 'MINUTE' literal object isn't clear, there really should be more of a description here...
MINUTEpublic static final IntervalQualifierType SECOND_LITERAL
If the meaning of 'SECOND' literal object isn't clear, there really should be more of a description here...
SECONDpublic static final IntervalQualifierType FRACTION_LITERAL
FRACTIONpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static IntervalQualifierType get(java.lang.String literal)
public static IntervalQualifierType getByName(java.lang.String name)
public static IntervalQualifierType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||