| 
 | ||||||||||
| 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.query.ValueExpressionLabeledDurationType
public final class 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 Form| Field Summary | |
|---|---|
| static int | DAYSThe 'DAYS' literal value. | 
| static ValueExpressionLabeledDurationType | DAYS_LITERALThe 'DAYS' literal object. | 
| static int | HOURSThe 'HOURS' literal value. | 
| static ValueExpressionLabeledDurationType | HOURS_LITERALThe 'HOURS' literal object. | 
| static int | MICROSECONDSThe 'MICROSECONDS' literal value. | 
| static ValueExpressionLabeledDurationType | MICROSECONDS_LITERALThe 'MICROSECONDS' literal object. | 
| static int | MINUTESThe 'MINUTES' literal value. | 
| static ValueExpressionLabeledDurationType | MINUTES_LITERALThe 'MINUTES' literal object. | 
| static int | MONTHSThe 'MONTHS' literal value. | 
| static ValueExpressionLabeledDurationType | MONTHS_LITERALThe 'MONTHS' literal object. | 
| static int | SECONDSThe 'SECONDS' literal value. | 
| static ValueExpressionLabeledDurationType | SECONDS_LITERALThe 'SECONDS' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Value Expression Labeled Duration Type' enumerators. | 
| static int | YEARSThe 'YEARS' literal value. | 
| static ValueExpressionLabeledDurationType | YEARS_LITERALThe '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 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 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...
YEARSpublic static final ValueExpressionLabeledDurationType MONTHS_LITERAL
If the meaning of 'MONTHS' literal object isn't clear, there really should be more of a description here...
MONTHSpublic static final ValueExpressionLabeledDurationType DAYS_LITERAL
If the meaning of 'DAYS' literal object isn't clear, there really should be more of a description here...
DAYSpublic static final ValueExpressionLabeledDurationType HOURS_LITERAL
If the meaning of 'HOURS' literal object isn't clear, there really should be more of a description here...
HOURSpublic static final ValueExpressionLabeledDurationType MINUTES_LITERAL
If the meaning of 'MINUTES' literal object isn't clear, there really should be more of a description here...
MINUTESpublic static final ValueExpressionLabeledDurationType SECONDS_LITERAL
If the meaning of 'SECONDS' literal object isn't clear, there really should be more of a description here...
SECONDSpublic static final ValueExpressionLabeledDurationType MICROSECONDS_LITERAL
If the meaning of 'MICROSECONDS' literal object isn't clear, there really should be more of a description here...
MICROSECONDSpublic 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 | |||||||||