public final class IpV6RoutingType extends NamedNumber<java.lang.Byte,IpV6RoutingType>
| Modifier and Type | Field and Description |
|---|---|
static IpV6RoutingType |
NIMROD
Nimrod: 1
|
static IpV6RoutingType |
RPL_SOURCE_ROUTE_HEADER
RPL Source Route Header: 3
|
static IpV6RoutingType |
SOURCE_ROUTE
Source Route: 0
|
static IpV6RoutingType |
TYPE2_ROUTING_HEADER
Type 2 Routing Header: 2
|
| Constructor and Description |
|---|
IpV6RoutingType(java.lang.Byte value,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IpV6RoutingType o) |
static IpV6RoutingType |
getInstance(java.lang.Byte value) |
static IpV6RoutingType |
register(IpV6RoutingType number) |
java.lang.String |
valueAsString() |
public static final IpV6RoutingType SOURCE_ROUTE
public static final IpV6RoutingType NIMROD
public static final IpV6RoutingType TYPE2_ROUTING_HEADER
public static final IpV6RoutingType RPL_SOURCE_ROUTE_HEADER
public IpV6RoutingType(java.lang.Byte value,
java.lang.String name)
value - valuename - namepublic static IpV6RoutingType getInstance(java.lang.Byte value)
value - valuepublic static IpV6RoutingType register(IpV6RoutingType number)
number - numberpublic java.lang.String valueAsString()
valueAsString in class NamedNumber<java.lang.Byte,IpV6RoutingType>public int compareTo(IpV6RoutingType o)
compareTo in interface java.lang.Comparable<IpV6RoutingType>compareTo in class NamedNumber<java.lang.Byte,IpV6RoutingType>Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.