public static enum CardinalityLeafSpec.CardinalityRelationship extends java.lang.Enum<CardinalityLeafSpec.CardinalityRelationship>
Modifier and Type | Method and Description |
---|---|
static CardinalityLeafSpec.CardinalityRelationship |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CardinalityLeafSpec.CardinalityRelationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CardinalityLeafSpec.CardinalityRelationship ONE
public static final CardinalityLeafSpec.CardinalityRelationship MANY
public static CardinalityLeafSpec.CardinalityRelationship[] values()
for (CardinalityLeafSpec.CardinalityRelationship c : CardinalityLeafSpec.CardinalityRelationship.values()) System.out.println(c);
public static CardinalityLeafSpec.CardinalityRelationship 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 null