|
||||||||||
| 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.DeploymentType
public final class DeploymentType
A representation of the literals of the enumeration 'Deployment Type', and utility methods for working with them.
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 |
|---|
public static final int DEPLOYMENT_TYPE_MIDLET
If the meaning of 'DEPLOYMENT TYPE MIDLET' literal object isn't clear, there really should be more of a description here...
DEPLOYMENT_TYPE_MIDLET_LITERAL,
Constant Field Valuespublic static final int DEPLOYMENT_TYPE_CDC
If the meaning of 'DEPLOYMENT TYPE CDC' literal object isn't clear, there really should be more of a description here...
DEPLOYMENT_TYPE_CDC_LITERAL,
Constant Field Valuespublic static final int DEPLOYMENT_TYPE_OSGI_MIDLET
If the meaning of 'DEPLOYMENT TYPE OSGI MIDLET' literal object isn't clear, there really should be more of a description here...
DEPLOYMENT_TYPE_OSGI_MIDLET_LITERAL,
Constant Field Valuespublic static final int DEPLOYMENT_TYPE_RESOURCE
If the meaning of 'DEPLOYMENT TYPE RESOURCE' literal object isn't clear, there really should be more of a description here...
DEPLOYMENT_TYPE_RESOURCE_LITERAL,
Constant Field Valuespublic static final DeploymentType DEPLOYMENT_TYPE_MIDLET_LITERAL
DEPLOYMENT_TYPE_MIDLETpublic static final DeploymentType DEPLOYMENT_TYPE_CDC_LITERAL
DEPLOYMENT_TYPE_CDCpublic static final DeploymentType DEPLOYMENT_TYPE_OSGI_MIDLET_LITERAL
DEPLOYMENT_TYPE_OSGI_MIDLETpublic static final DeploymentType DEPLOYMENT_TYPE_RESOURCE_LITERAL
DEPLOYMENT_TYPE_RESOURCEpublic static final java.util.List VALUES
| Method Detail |
|---|
public static DeploymentType get(java.lang.String name)
public static DeploymentType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||