org.eclipse.mtj.api.enumerations
Class ProjectType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.mtj.api.enumerations.ProjectType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class ProjectType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Project Type', and utility methods for working with them.

See Also:
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

PROJECT_TYPE_MIDP

public static final int PROJECT_TYPE_MIDP
The 'PROJECT TYPE MIDP' literal value.

If the meaning of 'PROJECT TYPE MIDP' literal object isn't clear, there really should be more of a description here...

See Also:
PROJECT_TYPE_MIDP_LITERAL, Constant Field Values

PROJECT_TYPE_PERSONAL_PROFILE

public static final int PROJECT_TYPE_PERSONAL_PROFILE
The 'PROJECT TYPE PERSONAL PROFILE' literal value.

If the meaning of 'PROJECT TYPE PERSONAL PROFILE' literal object isn't clear, there really should be more of a description here...

See Also:
PROJECT_TYPE_PERSONAL_PROFILE_LITERAL, Constant Field Values

PROJECT_TYPE_MIDP_LITERAL

public static final ProjectType PROJECT_TYPE_MIDP_LITERAL
The 'PROJECT TYPE MIDP' literal object.

See Also:
PROJECT_TYPE_MIDP

PROJECT_TYPE_PERSONAL_PROFILE_LITERAL

public static final ProjectType PROJECT_TYPE_PERSONAL_PROFILE_LITERAL
The 'PROJECT TYPE PERSONAL PROFILE' literal object.

See Also:
PROJECT_TYPE_PERSONAL_PROFILE

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Project Type' enumerators.

Method Detail

get

public static ProjectType get(java.lang.String name)
Returns the 'Project Type' literal with the specified name.


get

public static ProjectType get(int value)
Returns the 'Project Type' literal with the specified value.