|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.datatypes.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 FormField Summary | |
static int |
DAY
The 'DAY' literal value. |
static IntervalQualifierType |
DAY_LITERAL
The 'DAY' literal object. |
static int |
FRACTION
The 'FRACTION' literal value. |
static IntervalQualifierType |
FRACTION_LITERAL
The 'FRACTION' literal object. |
static int |
HOUR
The 'HOUR' literal value. |
static IntervalQualifierType |
HOUR_LITERAL
The 'HOUR' literal object. |
static int |
MINUTE
The 'MINUTE' literal value. |
static IntervalQualifierType |
MINUTE_LITERAL
The 'MINUTE' literal object. |
static int |
MONTH
The 'MONTH' literal value. |
static IntervalQualifierType |
MONTH_LITERAL
The 'MONTH' literal object. |
static int |
SECOND
The 'SECOND' literal value. |
static IntervalQualifierType |
SECOND_LITERAL
The 'SECOND' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Interval Qualifier Type' enumerators. |
static int |
YEAR
The 'YEAR' literal value. |
static IntervalQualifierType |
YEAR_LITERAL
The '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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, 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...
YEAR
public static final IntervalQualifierType MONTH_LITERAL
If the meaning of 'MONTH' literal object isn't clear, there really should be more of a description here...
MONTH
public static final IntervalQualifierType DAY_LITERAL
If the meaning of 'DAY' literal object isn't clear, there really should be more of a description here...
DAY
public static final IntervalQualifierType HOUR_LITERAL
If the meaning of 'HOUR' literal object isn't clear, there really should be more of a description here...
HOUR
public static final IntervalQualifierType MINUTE_LITERAL
If the meaning of 'MINUTE' literal object isn't clear, there really should be more of a description here...
MINUTE
public static final IntervalQualifierType SECOND_LITERAL
If the meaning of 'SECOND' literal object isn't clear, there really should be more of a description here...
SECOND
public static final IntervalQualifierType FRACTION_LITERAL
FRACTION
public 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 |