public enum TemplateCategory extends Enum<TemplateCategory>
| Modifier and Type | Method and Description |
|---|---|
List<ColumnDescription> |
getAllowedColumn() |
static TemplateCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateCategory CODELIST
public static final TemplateCategory DATASET
public static final TemplateCategory GENERIC
public static TemplateCategory[] values()
for (TemplateCategory c : TemplateCategory.values()) System.out.println(c);
public static TemplateCategory 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<ColumnDescription> getAllowedColumn()
Copyright © 2019. All Rights Reserved.