public static enum Dot11HTCapabilitiesElement.ChannelEstimationCapability extends Enum<Dot11HTCapabilitiesElement.ChannelEstimationCapability>
Enum Constant and Description |
---|
FOUR_SPACE_TIME_STREAMS
4 space-time streams: 3
|
ONE_SPACE_TIME_STREAM
1 space-time stream: 0
|
THREE_SPACE_TIME_STREAMS
3 space-time streams: 2
|
TWO_SPACE_TIME_STREAMS
2 space-time streams: 1
|
Modifier and Type | Method and Description |
---|---|
static Dot11HTCapabilitiesElement.ChannelEstimationCapability |
getInstance(int value) |
String |
getName() |
int |
getValue() |
String |
toString() |
static Dot11HTCapabilitiesElement.ChannelEstimationCapability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dot11HTCapabilitiesElement.ChannelEstimationCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dot11HTCapabilitiesElement.ChannelEstimationCapability ONE_SPACE_TIME_STREAM
public static final Dot11HTCapabilitiesElement.ChannelEstimationCapability TWO_SPACE_TIME_STREAMS
public static final Dot11HTCapabilitiesElement.ChannelEstimationCapability THREE_SPACE_TIME_STREAMS
public static final Dot11HTCapabilitiesElement.ChannelEstimationCapability FOUR_SPACE_TIME_STREAMS
public static Dot11HTCapabilitiesElement.ChannelEstimationCapability[] values()
for (Dot11HTCapabilitiesElement.ChannelEstimationCapability c : Dot11HTCapabilitiesElement.ChannelEstimationCapability.values()) System.out.println(c);
public static Dot11HTCapabilitiesElement.ChannelEstimationCapability 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.ChannelEstimationCapability>
public static Dot11HTCapabilitiesElement.ChannelEstimationCapability getInstance(int value)
value
- valueCopyright © 2011–2017 Pcap4J.org. All rights reserved.