public static enum NodeUpdaterService.NodeUpdaterResult extends Enum<NodeUpdaterService.NodeUpdaterResult>
Enum Constant and Description |
---|
NO_UPDATE_NEEDED |
UPDATE_FAILED |
UPDATE_SUCCEEDED |
Modifier and Type | Method and Description |
---|---|
static NodeUpdaterService.NodeUpdaterResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeUpdaterService.NodeUpdaterResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeUpdaterService.NodeUpdaterResult NO_UPDATE_NEEDED
public static final NodeUpdaterService.NodeUpdaterResult UPDATE_SUCCEEDED
public static final NodeUpdaterService.NodeUpdaterResult UPDATE_FAILED
public static NodeUpdaterService.NodeUpdaterResult[] values()
for (NodeUpdaterService.NodeUpdaterResult c : NodeUpdaterService.NodeUpdaterResult.values()) System.out.println(c);
public static NodeUpdaterService.NodeUpdaterResult 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 © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.