org.eclipse.mtj.api.enumerations
Class DeviceCommunicationProtocol

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

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

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

See Also:
EnumerationsPackage.getDeviceCommunicationProtocol()

Field Summary
static int PROTOCOL_OBEX
          The 'PROTOCOL OBEX' literal value.
static DeviceCommunicationProtocol PROTOCOL_OBEX_LITERAL
          The 'PROTOCOL OBEX' literal object.
static int PROTOCOL_OTA
          The 'PROTOCOL OTA' literal value.
static DeviceCommunicationProtocol PROTOCOL_OTA_LITERAL
          The 'PROTOCOL OTA' literal object.
static int PROTOCOL_OTHER
          The 'PROTOCOL OTHER' literal value.
static DeviceCommunicationProtocol PROTOCOL_OTHER_LITERAL
          The 'PROTOCOL OTHER' literal object.
static int PROTOCOL_UEI
          The 'PROTOCOL UEI' literal value.
static DeviceCommunicationProtocol PROTOCOL_UEI_LITERAL
          The 'PROTOCOL UEI' literal object.
static int PROTOCOL_XEI
          The 'PROTOCOL XEI' literal value.
static DeviceCommunicationProtocol PROTOCOL_XEI_LITERAL
          The 'PROTOCOL XEI' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Device Communication Protocol' enumerators.
 
Method Summary
static DeviceCommunicationProtocol get(int value)
          Returns the 'Device Communication Protocol' literal with the specified value.
static DeviceCommunicationProtocol get(java.lang.String name)
          Returns the 'Device Communication Protocol' 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

PROTOCOL_UEI

public static final int PROTOCOL_UEI
The 'PROTOCOL UEI' literal value.

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

See Also:
PROTOCOL_UEI_LITERAL, Constant Field Values

PROTOCOL_XEI

public static final int PROTOCOL_XEI
The 'PROTOCOL XEI' literal value.

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

See Also:
PROTOCOL_XEI_LITERAL, Constant Field Values

PROTOCOL_OTA

public static final int PROTOCOL_OTA
The 'PROTOCOL OTA' literal value.

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

See Also:
PROTOCOL_OTA_LITERAL, Constant Field Values

PROTOCOL_OBEX

public static final int PROTOCOL_OBEX
The 'PROTOCOL OBEX' literal value.

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

See Also:
PROTOCOL_OBEX_LITERAL, Constant Field Values

PROTOCOL_OTHER

public static final int PROTOCOL_OTHER
The 'PROTOCOL OTHER' literal value.

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

See Also:
PROTOCOL_OTHER_LITERAL, Constant Field Values

PROTOCOL_UEI_LITERAL

public static final DeviceCommunicationProtocol PROTOCOL_UEI_LITERAL
The 'PROTOCOL UEI' literal object.

See Also:
PROTOCOL_UEI

PROTOCOL_XEI_LITERAL

public static final DeviceCommunicationProtocol PROTOCOL_XEI_LITERAL
The 'PROTOCOL XEI' literal object.

See Also:
PROTOCOL_XEI

PROTOCOL_OTA_LITERAL

public static final DeviceCommunicationProtocol PROTOCOL_OTA_LITERAL
The 'PROTOCOL OTA' literal object.

See Also:
PROTOCOL_OTA

PROTOCOL_OBEX_LITERAL

public static final DeviceCommunicationProtocol PROTOCOL_OBEX_LITERAL
The 'PROTOCOL OBEX' literal object.

See Also:
PROTOCOL_OBEX

PROTOCOL_OTHER_LITERAL

public static final DeviceCommunicationProtocol PROTOCOL_OTHER_LITERAL
The 'PROTOCOL OTHER' literal object.

See Also:
PROTOCOL_OTHER

VALUES

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

Method Detail

get

public static DeviceCommunicationProtocol get(java.lang.String name)
Returns the 'Device Communication Protocol' literal with the specified name.


get

public static DeviceCommunicationProtocol get(int value)
Returns the 'Device Communication Protocol' literal with the specified value.