public final class EtherType extends NamedNumber<Short,EtherType>
Modifier and Type | Field and Description |
---|---|
static EtherType |
APPLETALK |
static EtherType |
ARP |
static EtherType |
DOT1Q_VLAN_TAGGED_FRAMES |
static EtherType |
IPV4 |
static EtherType |
IPV6 |
static EtherType |
MPLS |
static EtherType |
PPP |
static EtherType |
PPPOE_DISCOVERY_STAGE |
static EtherType |
PPPOE_SESSION_STAGE |
static EtherType |
RARP |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EtherType o) |
static EtherType |
getInstance(Short value) |
static EtherType |
register(EtherType type) |
String |
valueAsString() |
public static final EtherType IPV4
public static final EtherType ARP
public static final EtherType DOT1Q_VLAN_TAGGED_FRAMES
public static final EtherType RARP
public static final EtherType APPLETALK
public static final EtherType IPV6
public static final EtherType PPP
public static final EtherType MPLS
public static final EtherType PPPOE_DISCOVERY_STAGE
public static final EtherType PPPOE_SESSION_STAGE
public static EtherType getInstance(Short value)
value
- public static EtherType register(EtherType type)
type
- public String valueAsString()
valueAsString
in class NamedNumber<Short,EtherType>
public int compareTo(EtherType o)
compareTo
in interface Comparable<EtherType>
compareTo
in class NamedNumber<Short,EtherType>
Copyright © 2014. All Rights Reserved.