public static enum ILinkDiscoveryListener.UpdateOperation extends java.lang.Enum<ILinkDiscoveryListener.UpdateOperation>
Enum Constant and Description |
---|
LINK_REMOVED |
LINK_UPDATED |
PORT_DOWN |
PORT_UP |
SWITCH_REMOVED |
SWITCH_UPDATED |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static ILinkDiscoveryListener.UpdateOperation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ILinkDiscoveryListener.UpdateOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILinkDiscoveryListener.UpdateOperation LINK_UPDATED
public static final ILinkDiscoveryListener.UpdateOperation LINK_REMOVED
public static final ILinkDiscoveryListener.UpdateOperation SWITCH_UPDATED
public static final ILinkDiscoveryListener.UpdateOperation SWITCH_REMOVED
public static final ILinkDiscoveryListener.UpdateOperation PORT_UP
public static final ILinkDiscoveryListener.UpdateOperation PORT_DOWN
public static ILinkDiscoveryListener.UpdateOperation[] values()
for (ILinkDiscoveryListener.UpdateOperation c : ILinkDiscoveryListener.UpdateOperation.values()) System.out.println(c);
public static ILinkDiscoveryListener.UpdateOperation 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<ILinkDiscoveryListener.UpdateOperation>