public static enum SubgraphTabita.SubgraphMode extends java.lang.Enum<SubgraphTabita.SubgraphMode>
Enum Constant and Description |
---|
OCCURRENCES |
RULES |
SUBGRAPHS |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
header |
java.lang.String |
label |
Modifier and Type | Method and Description |
---|---|
boolean |
isSelected(IOPGraph graph,
GraphItem graphItem) |
void |
toggle(IOPGraph graph,
GraphItem graphItem,
boolean on,
boolean quiet) |
static SubgraphTabita.SubgraphMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubgraphTabita.SubgraphMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubgraphTabita.SubgraphMode OCCURRENCES
public static final SubgraphTabita.SubgraphMode RULES
public static final SubgraphTabita.SubgraphMode SUBGRAPHS
public static SubgraphTabita.SubgraphMode[] values()
for (SubgraphTabita.SubgraphMode c : SubgraphTabita.SubgraphMode.values()) System.out.println(c);
public static SubgraphTabita.SubgraphMode 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