public static enum Dot11HTCapabilitiesElement.McsFeedbackCapability extends Enum<Dot11HTCapabilitiesElement.McsFeedbackCapability>
Enum Constant and Description |
---|
NO_FEEDBACK
No Feedback: 0
|
ONLY_UNSOLICITED
Only unsolicited: 2
|
RESERVED
reserved: 1
|
UNSOLICITED_AND_SOLICITED
Unsolicited and solicited: 3
|
Modifier and Type | Method and Description |
---|---|
static Dot11HTCapabilitiesElement.McsFeedbackCapability |
getInstance(int value) |
String |
getName() |
int |
getValue() |
String |
toString() |
static Dot11HTCapabilitiesElement.McsFeedbackCapability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dot11HTCapabilitiesElement.McsFeedbackCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dot11HTCapabilitiesElement.McsFeedbackCapability NO_FEEDBACK
public static final Dot11HTCapabilitiesElement.McsFeedbackCapability RESERVED
public static final Dot11HTCapabilitiesElement.McsFeedbackCapability ONLY_UNSOLICITED
public static final Dot11HTCapabilitiesElement.McsFeedbackCapability UNSOLICITED_AND_SOLICITED
public static Dot11HTCapabilitiesElement.McsFeedbackCapability[] values()
for (Dot11HTCapabilitiesElement.McsFeedbackCapability c : Dot11HTCapabilitiesElement.McsFeedbackCapability.values()) System.out.println(c);
public static Dot11HTCapabilitiesElement.McsFeedbackCapability 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.McsFeedbackCapability>
public static Dot11HTCapabilitiesElement.McsFeedbackCapability getInstance(int value)
value
- valueCopyright © 2011–2018 Pcap4J.org. All rights reserved.