public final class IpV6OptionType extends NamedNumber<Byte,IpV6OptionType>
Modifier and Type | Class and Description |
---|---|
static class |
IpV6OptionType.IpV6OptionTypeIdentifier |
Modifier and Type | Field and Description |
---|---|
static IpV6OptionType |
PAD1 |
static IpV6OptionType |
PADN |
Constructor and Description |
---|
IpV6OptionType(Byte value,
String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IpV6OptionType o) |
IpV6OptionType.IpV6OptionTypeIdentifier |
getIdentifier() |
static IpV6OptionType |
getInstance(Byte value) |
boolean |
optionDataIsChangable() |
static IpV6OptionType |
register(IpV6OptionType type) |
String |
valueAsString() |
public static final IpV6OptionType PAD1
public static final IpV6OptionType PADN
public static IpV6OptionType getInstance(Byte value)
value
- public static IpV6OptionType register(IpV6OptionType type)
type
- public String valueAsString()
valueAsString
in class NamedNumber<Byte,IpV6OptionType>
public int compareTo(IpV6OptionType o)
compareTo
in interface Comparable<IpV6OptionType>
compareTo
in class NamedNumber<Byte,IpV6OptionType>
public IpV6OptionType.IpV6OptionTypeIdentifier getIdentifier()
public boolean optionDataIsChangable()
Copyright © 2014. All Rights Reserved.