public enum CreateTimeDimensionOptions extends Enum<CreateTimeDimensionOptions>
| Enum Constant and Description |
|---|
YEAR |
YEAR_MONTH |
YEAR_MONTH_DAY |
YEAR_QUARTER |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getLabel() |
void |
setId(String id) |
void |
setLabel(String label) |
static CreateTimeDimensionOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateTimeDimensionOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateTimeDimensionOptions YEAR
public static final CreateTimeDimensionOptions YEAR_QUARTER
public static final CreateTimeDimensionOptions YEAR_MONTH
public static final CreateTimeDimensionOptions YEAR_MONTH_DAY
public static CreateTimeDimensionOptions[] values()
for (CreateTimeDimensionOptions c : CreateTimeDimensionOptions.values()) System.out.println(c);
public static CreateTimeDimensionOptions 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 getId()
public String getLabel()
public void setId(String id)
public void setLabel(String label)
Copyright © 2016. All Rights Reserved.