public enum TimeAnchorType extends java.lang.Enum<TimeAnchorType>
Java class for TIME-ANCHOR.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TIME-ANCHOR">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="dateTimeMillisecondsSince[0]"/>
<enumeration value="dateTimeMillisecondsSince[1960]"/>
<enumeration value="dateTimeMillisecondsSince[1970]"/>
<enumeration value="dateTimeMillisecondsSince[1980]"/>
<enumeration value="dateTimeSecondsSince[0]"/>
<enumeration value="dateTimeSecondsSince[1960]"/>
<enumeration value="dateTimeSecondsSince[1970]"/>
<enumeration value="dateTimeSecondsSince[1980]"/>
<enumeration value="dateDaysSince[0]"/>
<enumeration value="dateDaysSince[1960]"/>
<enumeration value="dateDaysSince[1970]"/>
<enumeration value="dateDaysSince[1980]"/>
<enumeration value="dateMonthsSince[0]"/>
<enumeration value="dateMonthsSince[1960]"/>
<enumeration value="dateMonthsSince[1970]"/>
<enumeration value="dateMonthsSince[1980]"/>
<enumeration value="dateYearsSince[0]"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static TimeAnchorType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static TimeAnchorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeAnchorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeAnchorType DATE_TIME_MILLISECONDS_SINCE_0
public static final TimeAnchorType DATE_TIME_MILLISECONDS_SINCE_1960
public static final TimeAnchorType DATE_TIME_MILLISECONDS_SINCE_1970
public static final TimeAnchorType DATE_TIME_MILLISECONDS_SINCE_1980
public static final TimeAnchorType DATE_TIME_SECONDS_SINCE_0
public static final TimeAnchorType DATE_TIME_SECONDS_SINCE_1960
public static final TimeAnchorType DATE_TIME_SECONDS_SINCE_1970
public static final TimeAnchorType DATE_TIME_SECONDS_SINCE_1980
public static final TimeAnchorType DATE_DAYS_SINCE_0
public static final TimeAnchorType DATE_DAYS_SINCE_1960
public static final TimeAnchorType DATE_DAYS_SINCE_1970
public static final TimeAnchorType DATE_DAYS_SINCE_1980
public static final TimeAnchorType DATE_MONTHS_SINCE_0
public static final TimeAnchorType DATE_MONTHS_SINCE_1960
public static final TimeAnchorType DATE_MONTHS_SINCE_1970
public static final TimeAnchorType DATE_MONTHS_SINCE_1980
public static final TimeAnchorType DATE_YEARS_SINCE_0
public static TimeAnchorType[] values()
for (TimeAnchorType c : TimeAnchorType.values()) System.out.println(c);
public static TimeAnchorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static TimeAnchorType fromValue(java.lang.String v)
Copyright © 2015 University of Tartu. All Rights Reserved.