public enum ApplicationLayer extends Enum<ApplicationLayer> implements org.eclipse.emf.common.util.Enumerator
IotmodelPackage.getApplicationLayer()| Enum Constant and Description |
|---|
AMQP
The 'AMQP' literal object.
|
CO_AP
The 'Co AP' literal object.
|
HTTP
The 'HTTP' literal object.
|
MQTT
The 'MQTT' literal object.
|
WEBSOCKET
The 'Websocket' literal object.
|
ZIGBEE
The 'Zigbee' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AMQP_VALUE
The 'AMQP' literal value.
|
static int |
CO_AP_VALUE
The 'Co AP' literal value.
|
static int |
HTTP_VALUE
The 'HTTP' literal value.
|
static int |
MQTT_VALUE
The 'MQTT' literal value.
|
static List<ApplicationLayer> |
VALUES
A public read-only list of all the 'Application Layer' enumerators.
|
static int |
WEBSOCKET_VALUE
The 'Websocket' literal value.
|
static int |
ZIGBEE_VALUE
The 'Zigbee' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationLayer |
get(int value)
Returns the 'Application Layer' literal with the specified integer value.
|
static ApplicationLayer |
get(String literal)
Returns the 'Application Layer' literal with the specified literal value.
|
static ApplicationLayer |
getByName(String name)
Returns the 'Application Layer' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static ApplicationLayer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationLayer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationLayer MQTT
MQTT_VALUEpublic static final ApplicationLayer HTTP
HTTP_VALUEpublic static final ApplicationLayer AMQP
AMQP_VALUEpublic static final ApplicationLayer CO_AP
CO_AP_VALUEpublic static final ApplicationLayer WEBSOCKET
WEBSOCKET_VALUEpublic static final ApplicationLayer ZIGBEE
ZIGBEE_VALUEpublic static final int MQTT_VALUE
MQTT,
Constant Field Valuespublic static final int HTTP_VALUE
HTTP,
Constant Field Valuespublic static final int AMQP_VALUE
AMQP,
Constant Field Valuespublic static final int CO_AP_VALUE
CO_AP,
Constant Field Valuespublic static final int WEBSOCKET_VALUE
WEBSOCKET,
Constant Field Valuespublic static final int ZIGBEE_VALUE
ZIGBEE,
Constant Field Valuespublic static final List<ApplicationLayer> VALUES
public static ApplicationLayer[] values()
for (ApplicationLayer c : ApplicationLayer.values()) System.out.println(c);
public static ApplicationLayer valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ApplicationLayer get(String literal)
literal - the literal.null.public static ApplicationLayer getByName(String name)
name - the name.null.public static ApplicationLayer get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<ApplicationLayer>Copyright © 2018–2020 Atlanmod. All rights reserved.