|
||||||||||
| 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.ProjectType
public final class ProjectType
A representation of the literals of the enumeration 'Project Type', and utility methods for working with them.
EnumerationsPackage.getProjectType()| Field Summary | |
|---|---|
static int |
PROJECT_TYPE_MIDP
The 'PROJECT TYPE MIDP' literal value. |
static ProjectType |
PROJECT_TYPE_MIDP_LITERAL
The 'PROJECT TYPE MIDP' literal object. |
static int |
PROJECT_TYPE_PERSONAL_PROFILE
The 'PROJECT TYPE PERSONAL PROFILE' literal value. |
static ProjectType |
PROJECT_TYPE_PERSONAL_PROFILE_LITERAL
The 'PROJECT TYPE PERSONAL PROFILE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Project Type' enumerators. |
| Method Summary | |
|---|---|
static ProjectType |
get(int value)
Returns the 'Project Type' literal with the specified value. |
static ProjectType |
get(java.lang.String name)
Returns the 'Project 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 PROJECT_TYPE_MIDP
If the meaning of 'PROJECT TYPE MIDP' literal object isn't clear, there really should be more of a description here...
PROJECT_TYPE_MIDP_LITERAL,
Constant Field Valuespublic static final int PROJECT_TYPE_PERSONAL_PROFILE
If the meaning of 'PROJECT TYPE PERSONAL PROFILE' literal object isn't clear, there really should be more of a description here...
PROJECT_TYPE_PERSONAL_PROFILE_LITERAL,
Constant Field Valuespublic static final ProjectType PROJECT_TYPE_MIDP_LITERAL
PROJECT_TYPE_MIDPpublic static final ProjectType PROJECT_TYPE_PERSONAL_PROFILE_LITERAL
PROJECT_TYPE_PERSONAL_PROFILEpublic static final java.util.List VALUES
| Method Detail |
|---|
public static ProjectType get(java.lang.String name)
public static ProjectType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||