org.eclipse.mtj.api.enumerations
Class Capability

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

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

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

See Also:
EnumerationsPackage.getCapability()

Field Summary
static int BITS_PER_PIXEL
          The 'BITS PER PIXEL' literal value.
static Capability BITS_PER_PIXEL_LITERAL
          The 'BITS PER PIXEL' literal object.
static int CAMERA_RESOLUTION
          The 'CAMERA RESOLUTION' literal value.
static Capability CAMERA_RESOLUTION_LITERAL
          The 'CAMERA RESOLUTION' literal object.
static int CANVAS_SIZE
          The 'CANVAS SIZE' literal value.
static Capability CANVAS_SIZE_LITERAL
          The 'CANVAS SIZE' literal object.
static int DEVICE_CONFIGURATION
          The 'DEVICE CONFIGURATION' literal value.
static Capability DEVICE_CONFIGURATION_LITERAL
          The 'DEVICE CONFIGURATION' literal object.
static int DEVICE_PROFILE
          The 'DEVICE PROFILE' literal value.
static Capability DEVICE_PROFILE_LITERAL
          The 'DEVICE PROFILE' literal object.
static int HEAP_SIZE
          The 'HEAP SIZE' literal value.
static Capability HEAP_SIZE_LITERAL
          The 'HEAP SIZE' literal object.
static int JAVA_PROTOCOL
          The 'JAVA PROTOCOL' literal value.
static Capability JAVA_PROTOCOL_LITERAL
          The 'JAVA PROTOCOL' literal object.
static int MAX_JAR_SIZE
          The 'MAX JAR SIZE' literal value.
static Capability MAX_JAR_SIZE_LITERAL
          The 'MAX JAR SIZE' literal object.
static int OS
          The 'OS' literal value.
static Capability OS_LITERAL
          The 'OS' literal object.
static int SCREEN_SIZE
          The 'SCREEN SIZE' literal value.
static Capability SCREEN_SIZE_LITERAL
          The 'SCREEN SIZE' literal object.
static int SERVICE_API
          The 'SERVICE API' literal value.
static Capability SERVICE_API_LITERAL
          The 'SERVICE API' literal object.
static int SOUND_FORMAT
          The 'SOUND FORMAT' literal value.
static Capability SOUND_FORMAT_LITERAL
          The 'SOUND FORMAT' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Capability' enumerators.
static int VIDEO_FORMAT
          The 'VIDEO FORMAT' literal value.
static Capability VIDEO_FORMAT_LITERAL
          The 'VIDEO FORMAT' literal object.
 
Method Summary
static Capability get(int value)
          Returns the 'Capability' literal with the specified value.
static Capability get(java.lang.String name)
          Returns the 'Capability' 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

BITS_PER_PIXEL

public static final int BITS_PER_PIXEL
The 'BITS PER PIXEL' literal value.

If the meaning of 'BITS PER PIXEL' literal object isn't clear, there really should be more of a description here...

See Also:
BITS_PER_PIXEL_LITERAL, Constant Field Values

SCREEN_SIZE

public static final int SCREEN_SIZE
The 'SCREEN SIZE' literal value.

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

See Also:
SCREEN_SIZE_LITERAL, Constant Field Values

CANVAS_SIZE

public static final int CANVAS_SIZE
The 'CANVAS SIZE' literal value.

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

See Also:
CANVAS_SIZE_LITERAL, Constant Field Values

CAMERA_RESOLUTION

public static final int CAMERA_RESOLUTION
The 'CAMERA RESOLUTION' literal value.

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

See Also:
CAMERA_RESOLUTION_LITERAL, Constant Field Values

DEVICE_PROFILE

public static final int DEVICE_PROFILE
The 'DEVICE PROFILE' literal value.

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

See Also:
DEVICE_PROFILE_LITERAL, Constant Field Values

DEVICE_CONFIGURATION

public static final int DEVICE_CONFIGURATION
The 'DEVICE CONFIGURATION' literal value.

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

See Also:
DEVICE_CONFIGURATION_LITERAL, Constant Field Values

SERVICE_API

public static final int SERVICE_API
The 'SERVICE API' literal value.

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

See Also:
SERVICE_API_LITERAL, Constant Field Values

JAVA_PROTOCOL

public static final int JAVA_PROTOCOL
The 'JAVA PROTOCOL' literal value.

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

See Also:
JAVA_PROTOCOL_LITERAL, Constant Field Values

HEAP_SIZE

public static final int HEAP_SIZE
The 'HEAP SIZE' literal value.

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

See Also:
HEAP_SIZE_LITERAL, Constant Field Values

MAX_JAR_SIZE

public static final int MAX_JAR_SIZE
The 'MAX JAR SIZE' literal value.

If the meaning of 'MAX JAR SIZE' literal object isn't clear, there really should be more of a description here...

See Also:
MAX_JAR_SIZE_LITERAL, Constant Field Values

OS

public static final int OS
The 'OS' literal value.

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

See Also:
OS_LITERAL, Constant Field Values

VIDEO_FORMAT

public static final int VIDEO_FORMAT
The 'VIDEO FORMAT' literal value.

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

See Also:
VIDEO_FORMAT_LITERAL, Constant Field Values

SOUND_FORMAT

public static final int SOUND_FORMAT
The 'SOUND FORMAT' literal value.

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

See Also:
SOUND_FORMAT_LITERAL, Constant Field Values

BITS_PER_PIXEL_LITERAL

public static final Capability BITS_PER_PIXEL_LITERAL
The 'BITS PER PIXEL' literal object.

See Also:
BITS_PER_PIXEL

SCREEN_SIZE_LITERAL

public static final Capability SCREEN_SIZE_LITERAL
The 'SCREEN SIZE' literal object.

See Also:
SCREEN_SIZE

CANVAS_SIZE_LITERAL

public static final Capability CANVAS_SIZE_LITERAL
The 'CANVAS SIZE' literal object.

See Also:
CANVAS_SIZE

CAMERA_RESOLUTION_LITERAL

public static final Capability CAMERA_RESOLUTION_LITERAL
The 'CAMERA RESOLUTION' literal object.

See Also:
CAMERA_RESOLUTION

DEVICE_PROFILE_LITERAL

public static final Capability DEVICE_PROFILE_LITERAL
The 'DEVICE PROFILE' literal object.

See Also:
DEVICE_PROFILE

DEVICE_CONFIGURATION_LITERAL

public static final Capability DEVICE_CONFIGURATION_LITERAL
The 'DEVICE CONFIGURATION' literal object.

See Also:
DEVICE_CONFIGURATION

SERVICE_API_LITERAL

public static final Capability SERVICE_API_LITERAL
The 'SERVICE API' literal object.

See Also:
SERVICE_API

JAVA_PROTOCOL_LITERAL

public static final Capability JAVA_PROTOCOL_LITERAL
The 'JAVA PROTOCOL' literal object.

See Also:
JAVA_PROTOCOL

HEAP_SIZE_LITERAL

public static final Capability HEAP_SIZE_LITERAL
The 'HEAP SIZE' literal object.

See Also:
HEAP_SIZE

MAX_JAR_SIZE_LITERAL

public static final Capability MAX_JAR_SIZE_LITERAL
The 'MAX JAR SIZE' literal object.

See Also:
MAX_JAR_SIZE

OS_LITERAL

public static final Capability OS_LITERAL
The 'OS' literal object.

See Also:
OS

VIDEO_FORMAT_LITERAL

public static final Capability VIDEO_FORMAT_LITERAL
The 'VIDEO FORMAT' literal object.

See Also:
VIDEO_FORMAT

SOUND_FORMAT_LITERAL

public static final Capability SOUND_FORMAT_LITERAL
The 'SOUND FORMAT' literal object.

See Also:
SOUND_FORMAT

VALUES

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

Method Detail

get

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


get

public static Capability get(int value)
Returns the 'Capability' literal with the specified value.