. Table 6, "Valid values for fields in INTERVAL values", specifies the constraints on subsequent field values.
- See Also:
SQLDataTypesPackage.getIntervalQualifierType()
|
Method Summary |
static IntervalQualifierType |
get(int value)
Returns the 'Interval Qualifier Type' literal with the specified value. |
static IntervalQualifierType |
get(java.lang.String name)
Returns the 'Interval Qualifier Type' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getName, getValue, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
YEAR
public static final int YEAR
- The 'YEAR' literal value.
- See Also:
YEAR_LITERAL
MONTH
public static final int MONTH
- The 'MONTH' literal value.
- See Also:
MONTH_LITERAL
DAY
public static final int DAY
- The 'DAY' literal value.
- See Also:
DAY_LITERAL
HOUR
public static final int HOUR
- The 'HOUR' literal value.
- See Also:
HOUR_LITERAL
MINUTE
public static final int MINUTE
- The 'MINUTE' literal value.
- See Also:
MINUTE_LITERAL
SECOND
public static final int SECOND
- The 'SECOND' literal value.
- See Also:
SECOND_LITERAL
YEAR_LITERAL
public static final IntervalQualifierType YEAR_LITERAL
- The 'YEAR' literal object.
If the meaning of 'YEAR' literal object isn't clear,
there really should be more of a description here...
- See Also:
YEAR
MONTH_LITERAL
public static final IntervalQualifierType MONTH_LITERAL
- The 'MONTH' literal object.
If the meaning of 'MONTH' literal object isn't clear,
there really should be more of a description here...
- See Also:
MONTH
DAY_LITERAL
public static final IntervalQualifierType DAY_LITERAL
- The 'DAY' literal object.
If the meaning of 'DAY' literal object isn't clear,
there really should be more of a description here...
- See Also:
DAY
HOUR_LITERAL
public static final IntervalQualifierType HOUR_LITERAL
- The 'HOUR' literal object.
If the meaning of 'HOUR' literal object isn't clear,
there really should be more of a description here...
- See Also:
HOUR
MINUTE_LITERAL
public static final IntervalQualifierType MINUTE_LITERAL
- The 'MINUTE' literal object.
If the meaning of 'MINUTE' literal object isn't clear,
there really should be more of a description here...
- See Also:
MINUTE
SECOND_LITERAL
public static final IntervalQualifierType SECOND_LITERAL
- The 'SECOND' literal object.
If the meaning of 'SECOND' literal object isn't clear,
there really should be more of a description here...
- See Also:
SECOND
VALUES
public static final java.util.List VALUES
- A public read-only list of all the 'Interval Qualifier Type' enumerators.
get
public static IntervalQualifierType get(java.lang.String name)
- Returns the 'Interval Qualifier Type' literal with the specified name.
get
public static IntervalQualifierType get(int value)
- Returns the 'Interval Qualifier Type' literal with the specified value.