|
||||||||||
| 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.DeviceCommunicationProtocol
public final class DeviceCommunicationProtocol
A representation of the literals of the enumeration 'Device Communication Protocol', and utility methods for working with them.
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 |
|---|
public static final int PROTOCOL_UEI
If the meaning of 'PROTOCOL UEI' literal object isn't clear, there really should be more of a description here...
PROTOCOL_UEI_LITERAL,
Constant Field Valuespublic static final int PROTOCOL_XEI
If the meaning of 'PROTOCOL XEI' literal object isn't clear, there really should be more of a description here...
PROTOCOL_XEI_LITERAL,
Constant Field Valuespublic static final int PROTOCOL_OTA
If the meaning of 'PROTOCOL OTA' literal object isn't clear, there really should be more of a description here...
PROTOCOL_OTA_LITERAL,
Constant Field Valuespublic static final int PROTOCOL_OBEX
If the meaning of 'PROTOCOL OBEX' literal object isn't clear, there really should be more of a description here...
PROTOCOL_OBEX_LITERAL,
Constant Field Valuespublic static final int PROTOCOL_OTHER
If the meaning of 'PROTOCOL OTHER' literal object isn't clear, there really should be more of a description here...
PROTOCOL_OTHER_LITERAL,
Constant Field Valuespublic static final DeviceCommunicationProtocol PROTOCOL_UEI_LITERAL
PROTOCOL_UEIpublic static final DeviceCommunicationProtocol PROTOCOL_XEI_LITERAL
PROTOCOL_XEIpublic static final DeviceCommunicationProtocol PROTOCOL_OTA_LITERAL
PROTOCOL_OTApublic static final DeviceCommunicationProtocol PROTOCOL_OBEX_LITERAL
PROTOCOL_OBEXpublic static final DeviceCommunicationProtocol PROTOCOL_OTHER_LITERAL
PROTOCOL_OTHERpublic static final java.util.List VALUES
| Method Detail |
|---|
public static DeviceCommunicationProtocol get(java.lang.String name)
public static DeviceCommunicationProtocol get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||