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