|
||||||||||
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.enablement.sybase.asa.models.sybaseasabasesqlmodel.IntervalUnitType
public final class IntervalUnitType
A representation of the literals of the enumeration 'Interval Unit Type', and utility methods for working with them.
SybaseasabasesqlmodelPackage.getIntervalUnitType()
,
Serialized FormField Summary | |
---|---|
static int |
HOURS
The 'HOURS' literal value. |
static IntervalUnitType |
HOURS_LITERAL
The 'HOURS' literal object. |
static int |
MINUTES
The 'MINUTES' literal value. |
static IntervalUnitType |
MINUTES_LITERAL
The 'MINUTES' literal object. |
static int |
SECONDS
The 'SECONDS' literal value. |
static IntervalUnitType |
SECONDS_LITERAL
The 'SECONDS' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Interval Unit Type' enumerators. |
Method Summary | |
---|---|
static IntervalUnitType |
get(int value)
Returns the 'Interval Unit Type' literal with the specified integer value. |
static IntervalUnitType |
get(java.lang.String literal)
Returns the 'Interval Unit Type' literal with the specified literal value. |
static IntervalUnitType |
getByName(java.lang.String name)
Returns the 'Interval Unit 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 HOURS
If the meaning of 'HOURS' literal object isn't clear, there really should be more of a description here...
HOURS_LITERAL
,
Constant Field Valuespublic static final int MINUTES
If the meaning of 'MINUTES' literal object isn't clear, there really should be more of a description here...
MINUTES_LITERAL
,
Constant Field Valuespublic static final int SECONDS
If the meaning of 'SECONDS' literal object isn't clear, there really should be more of a description here...
SECONDS_LITERAL
,
Constant Field Valuespublic static final IntervalUnitType HOURS_LITERAL
HOURS
public static final IntervalUnitType MINUTES_LITERAL
MINUTES
public static final IntervalUnitType SECONDS_LITERAL
SECONDS
public static final java.util.List VALUES
Method Detail |
---|
public static IntervalUnitType get(java.lang.String literal)
public static IntervalUnitType getByName(java.lang.String name)
public static IntervalUnitType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |