public enum DateAccuracyIndicatorType extends Enum<DateAccuracyIndicatorType>
Java class for DateAccuracyIndicatorType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DateAccuracyIndicatorType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="3"/>
<enumeration value="AAA"/>
<enumeration value="AAE"/>
<enumeration value="AAU"/>
<enumeration value="AEA"/>
<enumeration value="AEE"/>
<enumeration value="AEU"/>
<enumeration value="AUA"/>
<enumeration value="AUE"/>
<enumeration value="AUU"/>
<enumeration value="EAA"/>
<enumeration value="EAE"/>
<enumeration value="EAU"/>
<enumeration value="EEA"/>
<enumeration value="EEE"/>
<enumeration value="EEU"/>
<enumeration value="EUA"/>
<enumeration value="EUE"/>
<enumeration value="EUU"/>
<enumeration value="UAA"/>
<enumeration value="UAE"/>
<enumeration value="UAU"/>
<enumeration value="UEA"/>
<enumeration value="UEE"/>
<enumeration value="UEU"/>
<enumeration value="UUA"/>
<enumeration value="UUE"/>
<enumeration value="UUU"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AAA
Accurate day, accurate month, accurate year
|
AAE
Accurate day, accurate month, estimated year
|
AAU
Accurate day, accurate month, unknown year
|
AEA
Accurate day, estimated month, accurate year
|
AEE
Accurate day, estimated month, estimated year
|
AEU
Accurate day, estimated month, unknown year
|
AUA
Accurate day, unknown month, accurate year
|
AUE
Accurate day, unknown month, estimated year
|
AUU
Accurate day, unknown month, unknown year
|
EAA
Estimated day, accurate month, accurate year
|
EAE
Estimated day, accurate month, estimated year
|
EAU
Estimated day, accurate month, unknown year
|
EEA
Estimated day, estimated month, accurate year
|
EEE
Estimated day, estimated month, estimated year
|
EEU
Estimated day, estimated month, unknown year
|
EUA
Estimated day, unknown month, accurate year
|
EUE
Estimated day, unknown month, estimated year
|
EUU
Estimated day, unknown month, unknown year
|
UAA
Unknown day, accurate month, accurate year
|
UAE
Unknown day, accurate month, estimated year
|
UAU
Unknown day, accurate month, unknown year
|
UEA
Unknown day, estimated month, accurate year
|
UEE
Unknown day, estimated month, estimated year
|
UEU
Unknown day, estimated month, unknown year
|
UUA
Unknown day, unknown month, accurate year
|
UUE
Unknown day, unknown month, estimated year
|
UUU
Unknown day, unknown month, unknown year
|
| Modifier and Type | Method and Description |
|---|---|
static DateAccuracyIndicatorType |
fromValue(String v) |
String |
value() |
static DateAccuracyIndicatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateAccuracyIndicatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateAccuracyIndicatorType AAA
public static final DateAccuracyIndicatorType AAE
public static final DateAccuracyIndicatorType AAU
public static final DateAccuracyIndicatorType AEA
public static final DateAccuracyIndicatorType AEE
public static final DateAccuracyIndicatorType AEU
public static final DateAccuracyIndicatorType AUA
public static final DateAccuracyIndicatorType AUE
public static final DateAccuracyIndicatorType AUU
public static final DateAccuracyIndicatorType EAA
public static final DateAccuracyIndicatorType EAE
public static final DateAccuracyIndicatorType EAU
public static final DateAccuracyIndicatorType EEA
public static final DateAccuracyIndicatorType EEE
public static final DateAccuracyIndicatorType EEU
public static final DateAccuracyIndicatorType EUA
public static final DateAccuracyIndicatorType EUE
public static final DateAccuracyIndicatorType EUU
public static final DateAccuracyIndicatorType UAA
public static final DateAccuracyIndicatorType UAE
public static final DateAccuracyIndicatorType UAU
public static final DateAccuracyIndicatorType UEA
public static final DateAccuracyIndicatorType UEE
public static final DateAccuracyIndicatorType UEU
public static final DateAccuracyIndicatorType UUA
public static final DateAccuracyIndicatorType UUE
public static final DateAccuracyIndicatorType UUU
public static DateAccuracyIndicatorType[] values()
for (DateAccuracyIndicatorType c : DateAccuracyIndicatorType.values()) System.out.println(c);
public static DateAccuracyIndicatorType 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 value()
public static DateAccuracyIndicatorType fromValue(String v)
Copyright © 2021. All rights reserved.