public static enum RelationshipsPart.AddPartBehaviour extends Enum<RelationshipsPart.AddPartBehaviour>
| Enum Constant and Description |
|---|
OVERWRITE_IF_NAME_EXISTS |
RENAME_IF_NAME_EXISTS |
REUSE_EXISTING |
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static RelationshipsPart.AddPartBehaviour |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipsPart.AddPartBehaviour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationshipsPart.AddPartBehaviour OVERWRITE_IF_NAME_EXISTS
public static final RelationshipsPart.AddPartBehaviour REUSE_EXISTING
public static final RelationshipsPart.AddPartBehaviour RENAME_IF_NAME_EXISTS
public static RelationshipsPart.AddPartBehaviour[] values()
for (RelationshipsPart.AddPartBehaviour c : RelationshipsPart.AddPartBehaviour.values()) System.out.println(c);
public static RelationshipsPart.AddPartBehaviour 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 String value()
Copyright © 2007-2022. All Rights Reserved.