public static enum AttributeDef.AttributeStorageEnum extends java.lang.Enum<AttributeDef.AttributeStorageEnum>
| Enum Constant and Description | 
|---|
collection  | 
entityRow  | 
row  | 
| Modifier and Type | Method and Description | 
|---|---|
static AttributeDef.AttributeStorageEnum | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static AttributeDef.AttributeStorageEnum[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final AttributeDef.AttributeStorageEnum row
public static final AttributeDef.AttributeStorageEnum collection
public static final AttributeDef.AttributeStorageEnum entityRow
public static AttributeDef.AttributeStorageEnum[] values()
for (AttributeDef.AttributeStorageEnum c : AttributeDef.AttributeStorageEnum.values()) System.out.println(c);
public static AttributeDef.AttributeStorageEnum 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 null