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