|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.query.ValueExpressionLabeledDurationType
A representation of the literals of the enumeration 'SQL Value Expression Labeled Duration Type', and utility methods for working with them.
SQLQueryModelPackage.getValueExpressionLabeledDurationType()
,
Serialized FormField Summary | |
static int |
DAYS
The 'DAYS' literal value. |
static ValueExpressionLabeledDurationType |
DAYS_LITERAL
The 'DAYS' literal object. |
static int |
HOURS
The 'HOURS' literal value. |
static ValueExpressionLabeledDurationType |
HOURS_LITERAL
The 'HOURS' literal object. |
static int |
MICROSECONDS
The 'MICROSECONDS' literal value. |
static ValueExpressionLabeledDurationType |
MICROSECONDS_LITERAL
The 'MICROSECONDS' literal object. |
static int |
MINUTES
The 'MINUTES' literal value. |
static ValueExpressionLabeledDurationType |
MINUTES_LITERAL
The 'MINUTES' literal object. |
static int |
MONTHS
The 'MONTHS' literal value. |
static ValueExpressionLabeledDurationType |
MONTHS_LITERAL
The 'MONTHS' literal object. |
static int |
SECONDS
The 'SECONDS' literal value. |
static ValueExpressionLabeledDurationType |
SECONDS_LITERAL
The 'SECONDS' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Value Expression Labeled Duration Type' enumerators. |
static int |
YEARS
The 'YEARS' literal value. |
static ValueExpressionLabeledDurationType |
YEARS_LITERAL
The 'YEARS' literal object. |
Method Summary | |
static ValueExpressionLabeledDurationType |
get(int value)
Returns the 'Value Expression Labeled Duration Type' literal with the specified integer value. |
static ValueExpressionLabeledDurationType |
get(java.lang.String literal)
Returns the 'Value Expression Labeled Duration Type' literal with the specified literal value. |
static ValueExpressionLabeledDurationType |
getByName(java.lang.String name)
Returns the 'Value Expression Labeled Duration 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 YEARS
YEARS_LITERAL
,
Constant Field Valuespublic static final int MONTHS
MONTHS_LITERAL
,
Constant Field Valuespublic static final int DAYS
DAYS_LITERAL
,
Constant Field Valuespublic static final int HOURS
HOURS_LITERAL
,
Constant Field Valuespublic static final int MINUTES
MINUTES_LITERAL
,
Constant Field Valuespublic static final int SECONDS
SECONDS_LITERAL
,
Constant Field Valuespublic static final int MICROSECONDS
MICROSECONDS_LITERAL
,
Constant Field Valuespublic static final ValueExpressionLabeledDurationType YEARS_LITERAL
If the meaning of 'YEARS' literal object isn't clear, there really should be more of a description here...
YEARS
public static final ValueExpressionLabeledDurationType MONTHS_LITERAL
If the meaning of 'MONTHS' literal object isn't clear, there really should be more of a description here...
MONTHS
public static final ValueExpressionLabeledDurationType DAYS_LITERAL
If the meaning of 'DAYS' literal object isn't clear, there really should be more of a description here...
DAYS
public static final ValueExpressionLabeledDurationType HOURS_LITERAL
If the meaning of 'HOURS' literal object isn't clear, there really should be more of a description here...
HOURS
public static final ValueExpressionLabeledDurationType MINUTES_LITERAL
If the meaning of 'MINUTES' literal object isn't clear, there really should be more of a description here...
MINUTES
public static final ValueExpressionLabeledDurationType SECONDS_LITERAL
If the meaning of 'SECONDS' literal object isn't clear, there really should be more of a description here...
SECONDS
public static final ValueExpressionLabeledDurationType MICROSECONDS_LITERAL
If the meaning of 'MICROSECONDS' literal object isn't clear, there really should be more of a description here...
MICROSECONDS
public static final java.util.List VALUES
Method Detail |
public static ValueExpressionLabeledDurationType get(java.lang.String literal)
public static ValueExpressionLabeledDurationType getByName(java.lang.String name)
public static ValueExpressionLabeledDurationType get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |