public final class IpV4SecurityOptionCompartments extends NamedNumber<java.lang.Short,IpV4SecurityOptionCompartments>
| Modifier and Type | Field and Description |
|---|---|
static IpV4SecurityOptionCompartments |
NOT_COMPARTMENTED
not compartmented: 0x0000
|
| Constructor and Description |
|---|
IpV4SecurityOptionCompartments(java.lang.Short value,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IpV4SecurityOptionCompartments o) |
static IpV4SecurityOptionCompartments |
getInstance(java.lang.Short value) |
static IpV4SecurityOptionCompartments |
register(IpV4SecurityOptionCompartments number) |
java.lang.String |
valueAsString() |
public static final IpV4SecurityOptionCompartments NOT_COMPARTMENTED
public IpV4SecurityOptionCompartments(java.lang.Short value,
java.lang.String name)
value - valuename - namepublic static IpV4SecurityOptionCompartments getInstance(java.lang.Short value)
value - valuepublic static IpV4SecurityOptionCompartments register(IpV4SecurityOptionCompartments number)
number - numberpublic java.lang.String valueAsString()
valueAsString in class NamedNumber<java.lang.Short,IpV4SecurityOptionCompartments>public int compareTo(IpV4SecurityOptionCompartments o)
compareTo in interface java.lang.Comparable<IpV4SecurityOptionCompartments>compareTo in class NamedNumber<java.lang.Short,IpV4SecurityOptionCompartments>Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.