|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.db.models.db2.OriginType
public final class OriginType
A representation of the literals of the enumeration 'Origin Type', and utility methods for working with them.
DB2ModelPackage.getOriginType()| Field Summary | |
|---|---|
static int |
NONE
The 'NONE' literal value. |
static OriginType |
NONE_LITERAL
The 'NONE' literal object. |
static int |
SOURCE
The 'SOURCE' literal value. |
static OriginType |
SOURCE_LITERAL
The 'SOURCE' literal object. |
static int |
TEMPLATE
The 'TEMPLATE' literal value. |
static OriginType |
TEMPLATE_LITERAL
The 'TEMPLATE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Origin Type' enumerators. |
| Method Summary | |
|---|---|
static OriginType |
get(int value)
Returns the 'Origin Type' literal with the specified integer value. |
static OriginType |
get(java.lang.String literal)
Returns the 'Origin Type' literal with the specified literal value. |
static OriginType |
getByName(java.lang.String name)
Returns the 'Origin 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 NONE
NONE_LITERAL,
Constant Field Valuespublic static final int TEMPLATE
TEMPLATE_LITERAL,
Constant Field Valuespublic static final int SOURCE
SOURCE_LITERAL,
Constant Field Valuespublic static final OriginType NONE_LITERAL
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONEpublic static final OriginType TEMPLATE_LITERAL
If the meaning of 'TEMPLATE' literal object isn't clear, there really should be more of a description here...
TEMPLATEpublic static final OriginType SOURCE_LITERAL
If the meaning of 'SOURCE' literal object isn't clear, there really should be more of a description here...
SOURCEpublic static final java.util.List VALUES
| Method Detail |
|---|
public static OriginType get(java.lang.String literal)
public static OriginType getByName(java.lang.String name)
public static OriginType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||