public static enum OraclePropertyGraph.QueueAction extends Enum<OraclePropertyGraph.QueueAction>
Modifier and Type | Method and Description |
---|---|
static OraclePropertyGraph.QueueAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OraclePropertyGraph.QueueAction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final OraclePropertyGraph.QueueAction ADD
public static final OraclePropertyGraph.QueueAction REMOVE
public static OraclePropertyGraph.QueueAction 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 nullpublic static OraclePropertyGraph.QueueAction[] values()
for (OraclePropertyGraph.QueueAction c : OraclePropertyGraph.QueueAction.values()) System.out.println(c);
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.