public static enum UiModelEvent.Type extends java.lang.Enum<UiModelEvent.Type>
Enum Constant and Description |
---|
CLUSTER_MEMBER_ADDED_OR_UPDATED |
CLUSTER_MEMBER_REMOVED |
DEVICE_ADDED_OR_UPDATED |
DEVICE_REMOVED |
HOST_ADDED_OR_UPDATED |
HOST_MOVED |
HOST_REMOVED |
LINK_ADDED_OR_UPDATED |
LINK_REMOVED |
REGION_ADDED_OR_UPDATED |
REGION_REMOVED |
Modifier and Type | Method and Description |
---|---|
static UiModelEvent.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UiModelEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UiModelEvent.Type CLUSTER_MEMBER_ADDED_OR_UPDATED
public static final UiModelEvent.Type CLUSTER_MEMBER_REMOVED
public static final UiModelEvent.Type REGION_ADDED_OR_UPDATED
public static final UiModelEvent.Type REGION_REMOVED
public static final UiModelEvent.Type DEVICE_ADDED_OR_UPDATED
public static final UiModelEvent.Type DEVICE_REMOVED
public static final UiModelEvent.Type LINK_ADDED_OR_UPDATED
public static final UiModelEvent.Type LINK_REMOVED
public static final UiModelEvent.Type HOST_ADDED_OR_UPDATED
public static final UiModelEvent.Type HOST_MOVED
public static final UiModelEvent.Type HOST_REMOVED
public static UiModelEvent.Type[] values()
for (UiModelEvent.Type c : UiModelEvent.Type.values()) System.out.println(c);
public static UiModelEvent.Type 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