public enum PluralAttributeNature extends Enum<PluralAttributeNature>
Modifier and Type | Method and Description |
---|---|
boolean |
isIndexed() |
Class<?> |
reportedJavaType() |
static PluralAttributeNature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluralAttributeNature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluralAttributeNature BAG
public static final PluralAttributeNature ID_BAG
public static final PluralAttributeNature SET
public static final PluralAttributeNature LIST
public static final PluralAttributeNature ARRAY
public static final PluralAttributeNature MAP
public static PluralAttributeNature[] values()
for (PluralAttributeNature c : PluralAttributeNature.values()) System.out.println(c);
public static PluralAttributeNature 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 nullpublic Class<?> reportedJavaType()
public boolean isIndexed()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.