public static enum Dot11HTCapabilitiesElement.AMsduLength extends Enum<Dot11HTCapabilitiesElement.AMsduLength>
Enum Constant and Description |
---|
MAX_3839
3839 octets: 0
|
MAX_7935
7935 octets: 1
|
Modifier and Type | Method and Description |
---|---|
static Dot11HTCapabilitiesElement.AMsduLength |
getInstance(int value) |
String |
getName() |
int |
getValue() |
String |
toString() |
static Dot11HTCapabilitiesElement.AMsduLength |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dot11HTCapabilitiesElement.AMsduLength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dot11HTCapabilitiesElement.AMsduLength MAX_3839
public static final Dot11HTCapabilitiesElement.AMsduLength MAX_7935
public static Dot11HTCapabilitiesElement.AMsduLength[] values()
for (Dot11HTCapabilitiesElement.AMsduLength c : Dot11HTCapabilitiesElement.AMsduLength.values()) System.out.println(c);
public static Dot11HTCapabilitiesElement.AMsduLength valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public String getName()
public String toString()
toString
in class Enum<Dot11HTCapabilitiesElement.AMsduLength>
public static Dot11HTCapabilitiesElement.AMsduLength getInstance(int value)
value
- valueCopyright © 2011–2017 Pcap4J.org. All rights reserved.