public enum ColumnCategory extends Enum<ColumnCategory>
| Enum Constant and Description |
|---|
ANNOTATION |
ATTRIBUTE |
CODE |
CODEDESCRIPTION |
CODENAME |
DIMENSION |
MEASURE |
TIMEDIMENSION |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends org.gcube.data.analysis.tabulardata.model.datatype.DataType>> |
getAllowedClasses() |
org.gcube.data.analysis.tabulardata.model.column.ColumnType |
getModelType() |
Class<?> |
getReferenceClass() |
boolean |
isReferenceRequired() |
static ColumnCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnCategory ATTRIBUTE
public static final ColumnCategory DIMENSION
public static final ColumnCategory TIMEDIMENSION
public static final ColumnCategory MEASURE
public static final ColumnCategory CODENAME
public static final ColumnCategory CODEDESCRIPTION
public static final ColumnCategory ANNOTATION
public static final ColumnCategory CODE
public static ColumnCategory[] values()
for (ColumnCategory c : ColumnCategory.values()) System.out.println(c);
public static ColumnCategory 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 List<Class<? extends org.gcube.data.analysis.tabulardata.model.datatype.DataType>> getAllowedClasses()
public boolean isReferenceRequired()
public Class<?> getReferenceClass()
public org.gcube.data.analysis.tabulardata.model.column.ColumnType getModelType()
Copyright © 2017. All Rights Reserved.