public static enum EdgeType.DeletionMode extends Enum<EdgeType.DeletionMode>
Enum Constant and Description |
---|
BY_ID |
BY_TARGET_ID |
BY_TARGET_ID_AND_USER |
Modifier and Type | Method and Description |
---|---|
static EdgeType.DeletionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeType.DeletionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdgeType.DeletionMode BY_ID
public static final EdgeType.DeletionMode BY_TARGET_ID
public static final EdgeType.DeletionMode BY_TARGET_ID_AND_USER
public static EdgeType.DeletionMode[] values()
for (EdgeType.DeletionMode c : EdgeType.DeletionMode.values()) System.out.println(c);
public static EdgeType.DeletionMode 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 © 2003–2020 Atlassian. All rights reserved.