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