public static enum CordVtnNodeEvent.Type extends Enum<CordVtnNodeEvent.Type>
| Enum Constant and Description |
|---|
NODE_COMPLETE
Signifies that the node state is changed to complete.
|
NODE_CREATED
Signifies that the new node is created.
|
NODE_INCOMPLETE
Signifies that the node state is changed to incomplete.
|
NODE_REMOVED
Signifies that the node is removed.
|
NODE_UPDATED
Signifies that the node is updated.
|
| Modifier and Type | Method and Description |
|---|---|
static CordVtnNodeEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CordVtnNodeEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CordVtnNodeEvent.Type NODE_CREATED
public static final CordVtnNodeEvent.Type NODE_UPDATED
public static final CordVtnNodeEvent.Type NODE_REMOVED
public static final CordVtnNodeEvent.Type NODE_COMPLETE
public static final CordVtnNodeEvent.Type NODE_INCOMPLETE
public static CordVtnNodeEvent.Type[] values()
for (CordVtnNodeEvent.Type c : CordVtnNodeEvent.Type.values()) System.out.println(c);
public static CordVtnNodeEvent.Type 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 © 2018. All rights reserved.