public enum PluralAttributeNature extends Enum<PluralAttributeNature>
| Modifier and Type | Method and Description | 
|---|---|
Class | 
getJavaContract()  | 
String | 
getName()  | 
boolean | 
isIndexed()  | 
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 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(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 String getName()
public Class getJavaContract()
public boolean isIndexed()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.