public final class Dot11VenueGroup extends NamedNumber<java.lang.Byte,Dot11VenueGroup>
| Modifier and Type | Field and Description |
|---|---|
static Dot11VenueGroup |
ASSEMBLY
Assembly: 1
|
static Dot11VenueGroup |
BUSINESS
Business: 2
|
static Dot11VenueGroup |
EDUCATIONAL
Educational: 3
|
static Dot11VenueGroup |
FACTORY_AND_INDUSTRIAL
Factory and Industrial: 4
|
static Dot11VenueGroup |
INSTITUTIONAL
Institutional: 5
|
static Dot11VenueGroup |
MERCANTILE
Mercantile: 6
|
static Dot11VenueGroup |
OUTDOOR
Outdoor: 11
|
static Dot11VenueGroup |
RESIDENTIAL
Residential: 7
|
static Dot11VenueGroup |
STORAGE
Storage: 8
|
static Dot11VenueGroup |
UNSPECIFIED
Unspecified: 0
|
static Dot11VenueGroup |
UTILITY_AND_MISCELLANEOUS
Utility and Miscellaneous: 9
|
static Dot11VenueGroup |
VEHICULAR
Vehicular: 10
|
| Constructor and Description |
|---|
Dot11VenueGroup(java.lang.Byte value,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Dot11VenueGroup o) |
static Dot11VenueGroup |
getInstance(java.lang.Byte value) |
static Dot11VenueGroup |
register(Dot11VenueGroup number) |
java.lang.String |
valueAsString() |
public static final Dot11VenueGroup UNSPECIFIED
public static final Dot11VenueGroup ASSEMBLY
public static final Dot11VenueGroup BUSINESS
public static final Dot11VenueGroup EDUCATIONAL
public static final Dot11VenueGroup FACTORY_AND_INDUSTRIAL
public static final Dot11VenueGroup INSTITUTIONAL
public static final Dot11VenueGroup MERCANTILE
public static final Dot11VenueGroup RESIDENTIAL
public static final Dot11VenueGroup STORAGE
public static final Dot11VenueGroup UTILITY_AND_MISCELLANEOUS
public static final Dot11VenueGroup VEHICULAR
public static final Dot11VenueGroup OUTDOOR
public Dot11VenueGroup(java.lang.Byte value,
java.lang.String name)
value - valuename - namepublic static Dot11VenueGroup getInstance(java.lang.Byte value)
value - valuepublic static Dot11VenueGroup register(Dot11VenueGroup number)
number - numberpublic int compareTo(Dot11VenueGroup o)
compareTo in interface java.lang.Comparable<Dot11VenueGroup>compareTo in class NamedNumber<java.lang.Byte,Dot11VenueGroup>public java.lang.String valueAsString()
valueAsString in class NamedNumber<java.lang.Byte,Dot11VenueGroup>Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.