public static enum Dot11HTCapabilitiesElement.SmPowerSaveMode extends java.lang.Enum<Dot11HTCapabilitiesElement.SmPowerSaveMode>
| Enum Constant and Description |
|---|
DISABLED
disabled: 3
|
DYNAMIC
Dynamic: 1
|
RESERVED
reserved: 2
|
STATIC
Static: 0
|
| Modifier and Type | Method and Description |
|---|---|
static Dot11HTCapabilitiesElement.SmPowerSaveMode |
getInstance(int value) |
int |
getValue() |
java.lang.String |
toString() |
static Dot11HTCapabilitiesElement.SmPowerSaveMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dot11HTCapabilitiesElement.SmPowerSaveMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dot11HTCapabilitiesElement.SmPowerSaveMode STATIC
public static final Dot11HTCapabilitiesElement.SmPowerSaveMode DYNAMIC
public static final Dot11HTCapabilitiesElement.SmPowerSaveMode RESERVED
public static final Dot11HTCapabilitiesElement.SmPowerSaveMode DISABLED
public static Dot11HTCapabilitiesElement.SmPowerSaveMode[] values()
for (Dot11HTCapabilitiesElement.SmPowerSaveMode c : Dot11HTCapabilitiesElement.SmPowerSaveMode.values()) System.out.println(c);
public static Dot11HTCapabilitiesElement.SmPowerSaveMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public java.lang.String toString()
toString in class java.lang.Enum<Dot11HTCapabilitiesElement.SmPowerSaveMode>public static Dot11HTCapabilitiesElement.SmPowerSaveMode getInstance(int value)
value - valueCopyright © 2011 - 2018 Pcap4J.org. All rights reserved.