public enum PluralAttributeElementNature extends Enum<PluralAttributeElementNature>
Enum Constant and Description |
---|
BASIC |
COMPONENT |
MANY_TO_ANY |
MANY_TO_MANY |
ONE_TO_MANY |
Modifier and Type | Method and Description |
---|---|
static PluralAttributeElementNature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluralAttributeElementNature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluralAttributeElementNature BASIC
public static final PluralAttributeElementNature COMPONENT
public static final PluralAttributeElementNature ONE_TO_MANY
public static final PluralAttributeElementNature MANY_TO_MANY
public static final PluralAttributeElementNature MANY_TO_ANY
public static PluralAttributeElementNature[] values()
for (PluralAttributeElementNature c : PluralAttributeElementNature.values()) System.out.println(c);
public static PluralAttributeElementNature 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 © 2001-2015 Red Hat, Inc. All Rights Reserved.