public static enum RelationshipMapping.OptimalStart extends Enum<RelationshipMapping.OptimalStart>
| Modifier and Type | Method and Description |
|---|---|
static RelationshipMapping.OptimalStart |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipMapping.OptimalStart[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationshipMapping.OptimalStart ONE
public static final RelationshipMapping.OptimalStart TWO
public static final RelationshipMapping.OptimalStart OPPOSITE
public static final RelationshipMapping.OptimalStart CUSTOM
public static RelationshipMapping.OptimalStart[] values()
for (RelationshipMapping.OptimalStart c : RelationshipMapping.OptimalStart.values()) System.out.println(c);
public static RelationshipMapping.OptimalStart 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 © 2018–2019 ODPi. All rights reserved.