com.bazaarvoice.jolt.cardinality
public static enum CardinalityLeafSpec.CardinalityRelationship extends Enum<CardinalityLeafSpec.CardinalityRelationship>
| Modifier and Type | Method and Description |
|---|---|
static CardinalityLeafSpec.CardinalityRelationship |
valueOf(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(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 © 2014. All Rights Reserved.