public enum HostManagerSortAttribute extends Enum<HostManagerSortAttribute>
| Enum Constant and Description |
|---|
CTLID |
DPID |
IP |
MAC |
PORT |
STATE |
SYSTEM |
VLAN |
| Modifier and Type | Method and Description |
|---|---|
static HostManagerSortAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostManagerSortAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostManagerSortAttribute IP
public static final HostManagerSortAttribute MAC
public static final HostManagerSortAttribute VLAN
public static final HostManagerSortAttribute DPID
public static final HostManagerSortAttribute PORT
public static final HostManagerSortAttribute STATE
public static final HostManagerSortAttribute CTLID
public static final HostManagerSortAttribute SYSTEM
public static HostManagerSortAttribute[] values()
for (HostManagerSortAttribute c : HostManagerSortAttribute.values()) System.out.println(c);
public static HostManagerSortAttribute 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 nullCopyright © 2014. All Rights Reserved.