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