public static enum RelationshipsPart.AddPartBehaviour extends java.lang.Enum<RelationshipsPart.AddPartBehaviour>
| Enum Constant and Description |
|---|
OVERWRITE_IF_NAME_EXISTS |
RENAME_IF_NAME_EXISTS |
REUSE_EXISTING |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
value() |
static RelationshipsPart.AddPartBehaviour |
valueOf(java.lang.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(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 java.lang.String value()
Copyright © 2007–2023. All rights reserved.