org.eclipse.mtj.api.enumerations
Class BuildType

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

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

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

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

BUILD_TYPE_ANT

public static final int BUILD_TYPE_ANT
The 'BUILD TYPE ANT' literal value.

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

See Also:
BUILD_TYPE_ANT_LITERAL, Constant Field Values

BUILD_TYPE_ECLIPSE

public static final int BUILD_TYPE_ECLIPSE
The 'BUILD TYPE ECLIPSE' literal value.

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

See Also:
BUILD_TYPE_ECLIPSE_LITERAL, Constant Field Values

BUILD_TYPE_ANT_LITERAL

public static final BuildType BUILD_TYPE_ANT_LITERAL
The 'BUILD TYPE ANT' literal object.

See Also:
BUILD_TYPE_ANT

BUILD_TYPE_ECLIPSE_LITERAL

public static final BuildType BUILD_TYPE_ECLIPSE_LITERAL
The 'BUILD TYPE ECLIPSE' literal object.

See Also:
BUILD_TYPE_ECLIPSE

VALUES

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

Method Detail

get

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


get

public static BuildType get(int value)
Returns the 'Build Type' literal with the specified value.