|
||||||||||
| 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.mtj.api.enumerations.BuildType
public final class BuildType
A representation of the literals of the enumeration 'Build Type', and utility methods for working with them.
EnumerationsPackage.getBuildType()| Field Summary | |
|---|---|
static int |
BUILD_TYPE_ANT
The 'BUILD TYPE ANT' literal value. |
static BuildType |
BUILD_TYPE_ANT_LITERAL
The 'BUILD TYPE ANT' literal object. |
static int |
BUILD_TYPE_ECLIPSE
The 'BUILD TYPE ECLIPSE' literal value. |
static BuildType |
BUILD_TYPE_ECLIPSE_LITERAL
The 'BUILD TYPE ECLIPSE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Build Type' enumerators. |
| Method Summary | |
|---|---|
static BuildType |
get(int value)
Returns the 'Build Type' literal with the specified value. |
static BuildType |
get(java.lang.String name)
Returns the 'Build 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 BUILD_TYPE_ANT
If the meaning of 'BUILD TYPE ANT' literal object isn't clear, there really should be more of a description here...
BUILD_TYPE_ANT_LITERAL,
Constant Field Valuespublic static final int BUILD_TYPE_ECLIPSE
If the meaning of 'BUILD TYPE ECLIPSE' literal object isn't clear, there really should be more of a description here...
BUILD_TYPE_ECLIPSE_LITERAL,
Constant Field Valuespublic static final BuildType BUILD_TYPE_ANT_LITERAL
BUILD_TYPE_ANTpublic static final BuildType BUILD_TYPE_ECLIPSE_LITERAL
BUILD_TYPE_ECLIPSEpublic static final java.util.List VALUES
| Method Detail |
|---|
public static BuildType get(java.lang.String name)
public static BuildType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||