public enum AccessPointState extends Enum<AccessPointState>
Modifier and Type | Method and Description |
---|---|
static AccessPointState |
getByValue(int value) |
int |
getValue() |
static AccessPointState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessPointState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessPointState ADOPTED
public static final AccessPointState UNADOPTED
public static final AccessPointState DOWN
public static final AccessPointState UNKNOWN
public static AccessPointState[] values()
for (AccessPointState c : AccessPointState.values()) System.out.println(c);
public static AccessPointState 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 static AccessPointState getByValue(int value)
value
- Copyright © 2016. All rights reserved.