public enum PhysicalLinkLayer extends Enum<PhysicalLinkLayer> implements org.eclipse.emf.common.util.Enumerator
IotmodelPackage.getPhysicalLinkLayer()| Enum Constant and Description |
|---|
BLUETOOTH
The 'Bluetooth' literal object.
|
ETHERNET
The 'Ethernet' literal object.
|
IEEE_805_15_4
The 'IEEE 805 15 4' literal object.
|
SMS_PHYSICAL
The 'SMS Physical' literal object.
|
WIRELESS_LAN
The 'Wireless LAN' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BLUETOOTH_VALUE
The 'Bluetooth' literal value.
|
static int |
ETHERNET_VALUE
The 'Ethernet' literal value.
|
static int |
IEEE_805_15_4_VALUE
The 'IEEE 805 15 4' literal value.
|
static int |
SMS_PHYSICAL_VALUE
The 'SMS Physical' literal value.
|
static List<PhysicalLinkLayer> |
VALUES
A public read-only list of all the 'Physical Link Layer' enumerators.
|
static int |
WIRELESS_LAN_VALUE
The 'Wireless LAN' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static PhysicalLinkLayer |
get(int value)
Returns the 'Physical Link Layer' literal with the specified integer value.
|
static PhysicalLinkLayer |
get(String literal)
Returns the 'Physical Link Layer' literal with the specified literal value.
|
static PhysicalLinkLayer |
getByName(String name)
Returns the 'Physical Link 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 PhysicalLinkLayer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalLinkLayer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhysicalLinkLayer IEEE_805_15_4
IEEE_805_15_4_VALUEpublic static final PhysicalLinkLayer ETHERNET
ETHERNET_VALUEpublic static final PhysicalLinkLayer WIRELESS_LAN
WIRELESS_LAN_VALUEpublic static final PhysicalLinkLayer SMS_PHYSICAL
SMS_PHYSICAL_VALUEpublic static final PhysicalLinkLayer BLUETOOTH
BLUETOOTH_VALUEpublic static final int IEEE_805_15_4_VALUE
IEEE_805_15_4,
Constant Field Valuespublic static final int ETHERNET_VALUE
ETHERNET,
Constant Field Valuespublic static final int WIRELESS_LAN_VALUE
WIRELESS_LAN,
Constant Field Valuespublic static final int SMS_PHYSICAL_VALUE
SMS_PHYSICAL,
Constant Field Valuespublic static final int BLUETOOTH_VALUE
BLUETOOTH,
Constant Field Valuespublic static final List<PhysicalLinkLayer> VALUES
public static PhysicalLinkLayer[] values()
for (PhysicalLinkLayer c : PhysicalLinkLayer.values()) System.out.println(c);
public static PhysicalLinkLayer 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 PhysicalLinkLayer get(String literal)
literal - the literal.null.public static PhysicalLinkLayer getByName(String name)
name - the name.null.public static PhysicalLinkLayer 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<PhysicalLinkLayer>Copyright © 2018–2020 Atlanmod. All rights reserved.