public static enum HostCollector.HostUpdate.Action extends java.lang.Enum<HostCollector.HostUpdate.Action>
| Modifier and Type | Method and Description |
|---|---|
static HostCollector.HostUpdate.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HostCollector.HostUpdate.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostCollector.HostUpdate.Action Add
public static final HostCollector.HostUpdate.Action Remove
public static HostCollector.HostUpdate.Action[] values()
for (HostCollector.HostUpdate.Action c : HostCollector.HostUpdate.Action.values()) System.out.println(c);
public static HostCollector.HostUpdate.Action valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null