public final class IpV4InternetTimestampOptionFlag extends NamedNumber<Byte,IpV4InternetTimestampOptionFlag>
Modifier and Type | Field and Description |
---|---|
static IpV4InternetTimestampOptionFlag |
ADDRESS_PRESPECIFIED |
static IpV4InternetTimestampOptionFlag |
EACH_TIMESTAMP_PRECEDED_WITH_ADDRESS |
static IpV4InternetTimestampOptionFlag |
TIMESTAMPS_ONLY |
Constructor and Description |
---|
IpV4InternetTimestampOptionFlag(Byte value,
String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IpV4InternetTimestampOptionFlag o) |
static IpV4InternetTimestampOptionFlag |
getInstance(Byte value) |
static IpV4InternetTimestampOptionFlag |
register(IpV4InternetTimestampOptionFlag flag) |
equals, hashCode, name, toString, value, valueAsString
public static final IpV4InternetTimestampOptionFlag TIMESTAMPS_ONLY
public static final IpV4InternetTimestampOptionFlag EACH_TIMESTAMP_PRECEDED_WITH_ADDRESS
public static final IpV4InternetTimestampOptionFlag ADDRESS_PRESPECIFIED
public static IpV4InternetTimestampOptionFlag getInstance(Byte value)
value
- public static IpV4InternetTimestampOptionFlag register(IpV4InternetTimestampOptionFlag flag)
flag
- public int compareTo(IpV4InternetTimestampOptionFlag o)
compareTo
in interface Comparable<IpV4InternetTimestampOptionFlag>
compareTo
in class NamedNumber<Byte,IpV4InternetTimestampOptionFlag>
Copyright © 2014. All Rights Reserved.