public static enum VerboseSink.EventType extends Enum<VerboseSink.EventType>
| Enum Constant and Description |
|---|
ADD_EDGE |
ADD_EDGE_ATTRIBUTE |
ADD_GRAPH_ATTRIBUTE |
ADD_NODE |
ADD_NODE_ATTRIBUTE |
CLEAR |
DEL_EDGE |
DEL_EDGE_ATTRIBUTE |
DEL_GRAPH_ATTRIBUTE |
DEL_NODE |
DEL_NODE_ATTRIBUTE |
SET_EDGE_ATTRIBUTE |
SET_GRAPH_ATTRIBUTE |
SET_NODE_ATTRIBUTE |
STEP_BEGINS |
| Modifier and Type | Method and Description |
|---|---|
static VerboseSink.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerboseSink.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerboseSink.EventType ADD_NODE
public static final VerboseSink.EventType ADD_NODE_ATTRIBUTE
public static final VerboseSink.EventType SET_NODE_ATTRIBUTE
public static final VerboseSink.EventType DEL_NODE_ATTRIBUTE
public static final VerboseSink.EventType DEL_NODE
public static final VerboseSink.EventType ADD_EDGE
public static final VerboseSink.EventType ADD_EDGE_ATTRIBUTE
public static final VerboseSink.EventType SET_EDGE_ATTRIBUTE
public static final VerboseSink.EventType DEL_EDGE_ATTRIBUTE
public static final VerboseSink.EventType DEL_EDGE
public static final VerboseSink.EventType ADD_GRAPH_ATTRIBUTE
public static final VerboseSink.EventType SET_GRAPH_ATTRIBUTE
public static final VerboseSink.EventType DEL_GRAPH_ATTRIBUTE
public static final VerboseSink.EventType CLEAR
public static final VerboseSink.EventType STEP_BEGINS
public static VerboseSink.EventType[] values()
for (VerboseSink.EventType c : VerboseSink.EventType.values()) System.out.println(c);
public static VerboseSink.EventType 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 © 2015. All rights reserved.