public final class IpV6RoutingHeaderType extends NamedNumber<Byte,IpV6RoutingHeaderType>
Modifier and Type | Field and Description |
---|---|
static IpV6RoutingHeaderType |
RPL_SOURCE_ROUTE_HEADER |
static IpV6RoutingHeaderType |
SOURCE_ROUTE |
static IpV6RoutingHeaderType |
TYPE2_ROUTING_HEADER |
Constructor and Description |
---|
IpV6RoutingHeaderType(Byte value,
String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IpV6RoutingHeaderType o) |
static IpV6RoutingHeaderType |
getInstance(Byte value) |
static IpV6RoutingHeaderType |
register(IpV6RoutingHeaderType number) |
String |
valueAsString() |
public static final IpV6RoutingHeaderType SOURCE_ROUTE
public static final IpV6RoutingHeaderType TYPE2_ROUTING_HEADER
public static final IpV6RoutingHeaderType RPL_SOURCE_ROUTE_HEADER
public static IpV6RoutingHeaderType getInstance(Byte value)
value
- public static IpV6RoutingHeaderType register(IpV6RoutingHeaderType number)
number
- public String valueAsString()
valueAsString
in class NamedNumber<Byte,IpV6RoutingHeaderType>
public int compareTo(IpV6RoutingHeaderType o)
compareTo
in interface Comparable<IpV6RoutingHeaderType>
compareTo
in class NamedNumber<Byte,IpV6RoutingHeaderType>
Copyright © 2014. All Rights Reserved.