public final class IpV4TosPrecedence extends NamedNumber<Byte,IpV4TosPrecedence>
Modifier and Type | Field and Description |
---|---|
static IpV4TosPrecedence |
CRITIC_ECP |
static IpV4TosPrecedence |
FLASH |
static IpV4TosPrecedence |
FLASH_OVERRIDE |
static IpV4TosPrecedence |
IMMEDIATE |
static IpV4TosPrecedence |
INTERNETWORK_CONTROL |
static IpV4TosPrecedence |
NETWORK_CONTROL |
static IpV4TosPrecedence |
PRIORITY |
static IpV4TosPrecedence |
ROUTINE |
Constructor and Description |
---|
IpV4TosPrecedence(Byte value,
String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IpV4TosPrecedence o) |
static IpV4TosPrecedence |
getInstance(Byte value) |
static IpV4TosPrecedence |
register(IpV4TosPrecedence precedence) |
equals, hashCode, name, toString, value, valueAsString
public static final IpV4TosPrecedence ROUTINE
public static final IpV4TosPrecedence PRIORITY
public static final IpV4TosPrecedence IMMEDIATE
public static final IpV4TosPrecedence FLASH
public static final IpV4TosPrecedence FLASH_OVERRIDE
public static final IpV4TosPrecedence CRITIC_ECP
public static final IpV4TosPrecedence INTERNETWORK_CONTROL
public static final IpV4TosPrecedence NETWORK_CONTROL
public static IpV4TosPrecedence getInstance(Byte value)
value
- public static IpV4TosPrecedence register(IpV4TosPrecedence precedence)
precedence
- public int compareTo(IpV4TosPrecedence o)
compareTo
in interface Comparable<IpV4TosPrecedence>
compareTo
in class NamedNumber<Byte,IpV4TosPrecedence>
Copyright © 2014. All Rights Reserved.