|
||||||||||
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.SybaseASABaseActionTime
public final class SybaseASABaseActionTime
A representation of the literals of the enumeration 'Sybase ASA Base Action Time', and utility methods for working with them.
SybaseasabasesqlmodelPackage.getSybaseASABaseActionTime()
,
Serialized FormField Summary | |
---|---|
static int |
AFTER
The 'AFTER' literal value. |
static SybaseASABaseActionTime |
AFTER_LITERAL
The 'AFTER' literal object. |
static int |
ASE
The 'ASE' literal value. |
static SybaseASABaseActionTime |
ASE_LITERAL
The 'ASE' literal object. |
static int |
BEFORE
The 'BEFORE' literal value. |
static SybaseASABaseActionTime |
BEFORE_LITERAL
The 'BEFORE' literal object. |
static int |
RESOLVE
The 'RESOLVE' literal value. |
static SybaseASABaseActionTime |
RESOLVE_LITERAL
The 'RESOLVE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Sybase ASA Base Action Time' enumerators. |
Method Summary | |
---|---|
static SybaseASABaseActionTime |
get(int value)
Returns the 'Sybase ASA Base Action Time' literal with the specified integer value. |
static SybaseASABaseActionTime |
get(java.lang.String literal)
Returns the 'Sybase ASA Base Action Time' literal with the specified literal value. |
static SybaseASABaseActionTime |
getByName(java.lang.String name)
Returns the 'Sybase ASA Base Action Time' 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 BEFORE
If the meaning of 'BEFORE' literal object isn't clear, there really should be more of a description here...
BEFORE_LITERAL
,
Constant Field Valuespublic static final int AFTER
If the meaning of 'AFTER' literal object isn't clear, there really should be more of a description here...
AFTER_LITERAL
,
Constant Field Valuespublic static final int RESOLVE
If the meaning of 'RESOLVE' literal object isn't clear, there really should be more of a description here...
RESOLVE_LITERAL
,
Constant Field Valuespublic static final int ASE
If the meaning of 'ASE' literal object isn't clear, there really should be more of a description here...
ASE_LITERAL
,
Constant Field Valuespublic static final SybaseASABaseActionTime BEFORE_LITERAL
BEFORE
public static final SybaseASABaseActionTime AFTER_LITERAL
AFTER
public static final SybaseASABaseActionTime RESOLVE_LITERAL
RESOLVE
public static final SybaseASABaseActionTime ASE_LITERAL
ASE
public static final java.util.List VALUES
Method Detail |
---|
public static SybaseASABaseActionTime get(java.lang.String literal)
public static SybaseASABaseActionTime getByName(java.lang.String name)
public static SybaseASABaseActionTime get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |