public enum PluralAttributeNature extends java.lang.Enum<PluralAttributeNature>
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getJavaContract() |
java.lang.String |
getName() |
boolean |
isIndexed() |
static PluralAttributeNature |
valueOf(java.lang.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 IDBAG
public static final PluralAttributeNature SET
public static final PluralAttributeNature LIST
public static final PluralAttributeNature MAP
public static PluralAttributeNature[] values()
for (PluralAttributeNature c : PluralAttributeNature.values()) System.out.println(c);
public static PluralAttributeNature 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 nullpublic java.lang.String getName()
public java.lang.Class getJavaContract()
public boolean isIndexed()
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.