|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TimeDataType>
org.sdmx.resources.sdmxml.schemas.v2_1.common.TimeDataType
public enum TimeDataType
Java class for TimeDataType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TimeDataType">
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SimpleDataType">
<enumeration value="ObservationalTimePeriod"/>
<enumeration value="StandardTimePeriod"/>
<enumeration value="BasicTimePeriod"/>
<enumeration value="GregorianTimePeriod"/>
<enumeration value="GregorianYear"/>
<enumeration value="GregorianYearMonth"/>
<enumeration value="GregorianDay"/>
<enumeration value="ReportingTimePeriod"/>
<enumeration value="ReportingYear"/>
<enumeration value="ReportingSemester"/>
<enumeration value="ReportingTrimester"/>
<enumeration value="ReportingQuarter"/>
<enumeration value="ReportingMonth"/>
<enumeration value="ReportingWeek"/>
<enumeration value="ReportingDay"/>
<enumeration value="DateTime"/>
<enumeration value="TimeRange"/>
</restriction>
</simpleType>
| Method Summary | |
|---|---|
static TimeDataType |
fromValue(SimpleDataType v)
|
SimpleDataType |
value()
|
static TimeDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TimeDataType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TimeDataType OBSERVATIONAL_TIME_PERIOD
public static final TimeDataType STANDARD_TIME_PERIOD
public static final TimeDataType BASIC_TIME_PERIOD
public static final TimeDataType GREGORIAN_TIME_PERIOD
public static final TimeDataType GREGORIAN_YEAR
public static final TimeDataType GREGORIAN_YEAR_MONTH
public static final TimeDataType GREGORIAN_DAY
public static final TimeDataType REPORTING_TIME_PERIOD
public static final TimeDataType REPORTING_YEAR
public static final TimeDataType REPORTING_SEMESTER
public static final TimeDataType REPORTING_TRIMESTER
public static final TimeDataType REPORTING_QUARTER
public static final TimeDataType REPORTING_MONTH
public static final TimeDataType REPORTING_WEEK
public static final TimeDataType REPORTING_DAY
public static final TimeDataType DATE_TIME
public static final TimeDataType TIME_RANGE
| Method Detail |
|---|
public static TimeDataType[] values()
for (TimeDataType c : TimeDataType.values()) System.out.println(c);
public static TimeDataType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic SimpleDataType value()
public static TimeDataType fromValue(SimpleDataType v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||