public static enum PluralAttributeMapKeySource.Nature extends Enum<PluralAttributeMapKeySource.Nature>
Enum Constant and Description |
---|
ANY |
BASIC |
EMBEDDED |
MANY_TO_MANY |
Modifier and Type | Method and Description |
---|---|
static PluralAttributeMapKeySource.Nature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluralAttributeMapKeySource.Nature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluralAttributeMapKeySource.Nature BASIC
public static final PluralAttributeMapKeySource.Nature EMBEDDED
public static final PluralAttributeMapKeySource.Nature MANY_TO_MANY
public static final PluralAttributeMapKeySource.Nature ANY
public static PluralAttributeMapKeySource.Nature[] values()
for (PluralAttributeMapKeySource.Nature c : PluralAttributeMapKeySource.Nature.values()) System.out.println(c);
public static PluralAttributeMapKeySource.Nature 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 © 2021 JBoss by Red Hat. All rights reserved.