public enum NodePollType extends Enum<NodePollType>
| Enum Constant and Description |
|---|
CONFIGURATION_FULL |
CONFIGURATION_NORMAL |
INSTANCE_DISCOVERY |
INTERFACES |
STATUS |
TOPOLOGY |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static NodePollType |
getByValue(int value)
Get enum element by integer value
|
int |
getValue()
Get integer value
|
static NodePollType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodePollType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodePollType UNKNOWN
public static final NodePollType STATUS
public static final NodePollType CONFIGURATION_FULL
public static final NodePollType INTERFACES
public static final NodePollType TOPOLOGY
public static final NodePollType CONFIGURATION_NORMAL
public static final NodePollType INSTANCE_DISCOVERY
public static NodePollType[] values()
for (NodePollType c : NodePollType.values()) System.out.println(c);
public static NodePollType 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 NodePollType getByValue(int value)
value - integer valueCopyright © 2018. All rights reserved.