public static enum NodeInfo.Field extends Enum<NodeInfo.Field>
Enum Constant and Description |
---|
INTF
Node network interface
|
LOC
Node location
|
MAC
Node MAC address
|
TIMEOUT
Node timeout
|
Modifier and Type | Method and Description |
---|---|
static NodeInfo.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeInfo.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeInfo.Field INTF
public static final NodeInfo.Field MAC
public static final NodeInfo.Field LOC
public static final NodeInfo.Field TIMEOUT
public static NodeInfo.Field[] values()
for (NodeInfo.Field c : NodeInfo.Field.values()) System.out.println(c);
public static NodeInfo.Field 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 © 2015. All Rights Reserved.