public enum NetworkLayer extends Enum<NetworkLayer> implements org.eclipse.emf.common.util.Enumerator
IotmodelPackage.getNetworkLayer()| Enum Constant and Description |
|---|
IPSEC
The 'IPsec' literal object.
|
IPV4
The 'IPv4' literal object.
|
IPV6
The 'IPv6' literal object.
|
LOW_PAN_TO_IPV6
The 'Low PAN To IPv6' literal object.
|
SMS_NETWORK
The 'SMS Network' literal object.
|
ZIGBEE
The 'Zigbee' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
IPSEC_VALUE
The 'IPsec' literal value.
|
static int |
IPV4_VALUE
The 'IPv4' literal value.
|
static int |
IPV6_VALUE
The 'IPv6' literal value.
|
static int |
LOW_PAN_TO_IPV6_VALUE
The 'Low PAN To IPv6' literal value.
|
static int |
SMS_NETWORK_VALUE
The 'SMS Network' literal value.
|
static List<NetworkLayer> |
VALUES
A public read-only list of all the 'Network Layer' enumerators.
|
static int |
ZIGBEE_VALUE
The 'Zigbee' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkLayer |
get(int value)
Returns the 'Network Layer' literal with the specified integer value.
|
static NetworkLayer |
get(String literal)
Returns the 'Network Layer' literal with the specified literal value.
|
static NetworkLayer |
getByName(String name)
Returns the 'Network 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 NetworkLayer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkLayer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkLayer IPV6
IPV6_VALUEpublic static final NetworkLayer IPV4
IPV4_VALUEpublic static final NetworkLayer ZIGBEE
ZIGBEE_VALUEpublic static final NetworkLayer IPSEC
IPSEC_VALUEpublic static final NetworkLayer LOW_PAN_TO_IPV6
LOW_PAN_TO_IPV6_VALUEpublic static final NetworkLayer SMS_NETWORK
SMS_NETWORK_VALUEpublic static final int IPV6_VALUE
IPV6,
Constant Field Valuespublic static final int IPV4_VALUE
IPV4,
Constant Field Valuespublic static final int ZIGBEE_VALUE
ZIGBEE,
Constant Field Valuespublic static final int IPSEC_VALUE
IPSEC,
Constant Field Valuespublic static final int LOW_PAN_TO_IPV6_VALUE
LOW_PAN_TO_IPV6,
Constant Field Valuespublic static final int SMS_NETWORK_VALUE
SMS_NETWORK,
Constant Field Valuespublic static final List<NetworkLayer> VALUES
public static NetworkLayer[] values()
for (NetworkLayer c : NetworkLayer.values()) System.out.println(c);
public static NetworkLayer 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 NetworkLayer get(String literal)
literal - the literal.null.public static NetworkLayer getByName(String name)
name - the name.null.public static NetworkLayer 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<NetworkLayer>Copyright © 2018–2020 Atlanmod. All rights reserved.