public static enum MColumnDescription.Type extends Enum<MColumnDescription.Type>
| Enum Constant and Description |
|---|
ANNOTATION |
ATTRIBUTE |
CODE |
CODENAME |
DIMENSION |
ID |
MEASURE |
METADATA |
| Modifier and Type | Method and Description |
|---|---|
static MColumnDescription.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MColumnDescription.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MColumnDescription.Type ATTRIBUTE
public static final MColumnDescription.Type CODE
public static final MColumnDescription.Type METADATA
public static final MColumnDescription.Type ANNOTATION
public static final MColumnDescription.Type CODENAME
public static final MColumnDescription.Type MEASURE
public static final MColumnDescription.Type DIMENSION
public static final MColumnDescription.Type ID
public static MColumnDescription.Type[] values()
for (MColumnDescription.Type c : MColumnDescription.Type.values()) System.out.println(c);
public static MColumnDescription.Type 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 nullCopyright © 2016. All Rights Reserved.