public static enum BlazeGraphEdit.Action extends Enum<BlazeGraphEdit.Action>
| Enum Constant and Description |
|---|
Add
Graph atom added.
|
Remove
Graph atom removed.
|
| Modifier and Type | Method and Description |
|---|---|
static BlazeGraphEdit.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlazeGraphEdit.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlazeGraphEdit.Action Add
public static final BlazeGraphEdit.Action Remove
public static BlazeGraphEdit.Action[] values()
for (BlazeGraphEdit.Action c : BlazeGraphEdit.Action.values()) System.out.println(c);
public static BlazeGraphEdit.Action 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–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.