public enum PeriodDataType extends Enum<PeriodDataType>
| Modifier and Type | Method and Description |
|---|---|
Map<PeriodDataType,List<PeriodDataType>> |
getHierarchicalRelation() |
List<PeriodDataType> |
getHierarchicalRelationOfPeriodDataType(PeriodDataType periodDataType) |
String |
getPeriodDataTypeLabel() |
String |
toString() |
static PeriodDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeriodDataType DAY
public static final PeriodDataType MONTH
public static final PeriodDataType QUARTER
public static final PeriodDataType YEAR
public static PeriodDataType[] values()
for (PeriodDataType c : PeriodDataType.values()) System.out.println(c);
public static PeriodDataType 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<PeriodDataType>public List<PeriodDataType> getHierarchicalRelationOfPeriodDataType(PeriodDataType periodDataType)
public Map<PeriodDataType,List<PeriodDataType>> getHierarchicalRelation()
public String getPeriodDataTypeLabel()
Copyright © 2015. All Rights Reserved.