org.eclipse.mtj.api.enumerations
Class DeploymentType

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

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

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

See Also:
EnumerationsPackage.getDeploymentType()

Field Summary
static int DEPLOYMENT_TYPE_CDC
          The 'DEPLOYMENT TYPE CDC' literal value.
static DeploymentType DEPLOYMENT_TYPE_CDC_LITERAL
          The 'DEPLOYMENT TYPE CDC' literal object.
static int DEPLOYMENT_TYPE_MIDLET
          The 'DEPLOYMENT TYPE MIDLET' literal value.
static DeploymentType DEPLOYMENT_TYPE_MIDLET_LITERAL
          The 'DEPLOYMENT TYPE MIDLET' literal object.
static int DEPLOYMENT_TYPE_OSGI_MIDLET
          The 'DEPLOYMENT TYPE OSGI MIDLET' literal value.
static DeploymentType DEPLOYMENT_TYPE_OSGI_MIDLET_LITERAL
          The 'DEPLOYMENT TYPE OSGI MIDLET' literal object.
static int DEPLOYMENT_TYPE_RESOURCE
          The 'DEPLOYMENT TYPE RESOURCE' literal value.
static DeploymentType DEPLOYMENT_TYPE_RESOURCE_LITERAL
          The 'DEPLOYMENT TYPE RESOURCE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Deployment Type' enumerators.
 
Method Summary
static DeploymentType get(int value)
          Returns the 'Deployment Type' literal with the specified value.
static DeploymentType get(java.lang.String name)
          Returns the 'Deployment 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

DEPLOYMENT_TYPE_MIDLET

public static final int DEPLOYMENT_TYPE_MIDLET
The 'DEPLOYMENT TYPE MIDLET' literal value.

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

See Also:
DEPLOYMENT_TYPE_MIDLET_LITERAL, Constant Field Values

DEPLOYMENT_TYPE_CDC

public static final int DEPLOYMENT_TYPE_CDC
The 'DEPLOYMENT TYPE CDC' literal value.

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

See Also:
DEPLOYMENT_TYPE_CDC_LITERAL, Constant Field Values

DEPLOYMENT_TYPE_OSGI_MIDLET

public static final int DEPLOYMENT_TYPE_OSGI_MIDLET
The 'DEPLOYMENT TYPE OSGI MIDLET' literal value.

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

See Also:
DEPLOYMENT_TYPE_OSGI_MIDLET_LITERAL, Constant Field Values

DEPLOYMENT_TYPE_RESOURCE

public static final int DEPLOYMENT_TYPE_RESOURCE
The 'DEPLOYMENT TYPE RESOURCE' literal value.

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

See Also:
DEPLOYMENT_TYPE_RESOURCE_LITERAL, Constant Field Values

DEPLOYMENT_TYPE_MIDLET_LITERAL

public static final DeploymentType DEPLOYMENT_TYPE_MIDLET_LITERAL
The 'DEPLOYMENT TYPE MIDLET' literal object.

See Also:
DEPLOYMENT_TYPE_MIDLET

DEPLOYMENT_TYPE_CDC_LITERAL

public static final DeploymentType DEPLOYMENT_TYPE_CDC_LITERAL
The 'DEPLOYMENT TYPE CDC' literal object.

See Also:
DEPLOYMENT_TYPE_CDC

DEPLOYMENT_TYPE_OSGI_MIDLET_LITERAL

public static final DeploymentType DEPLOYMENT_TYPE_OSGI_MIDLET_LITERAL
The 'DEPLOYMENT TYPE OSGI MIDLET' literal object.

See Also:
DEPLOYMENT_TYPE_OSGI_MIDLET

DEPLOYMENT_TYPE_RESOURCE_LITERAL

public static final DeploymentType DEPLOYMENT_TYPE_RESOURCE_LITERAL
The 'DEPLOYMENT TYPE RESOURCE' literal object.

See Also:
DEPLOYMENT_TYPE_RESOURCE

VALUES

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

Method Detail

get

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


get

public static DeploymentType get(int value)
Returns the 'Deployment Type' literal with the specified value.