|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DateAccuracyIndicatorType>
au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.DateAccuracyIndicatorType
public enum DateAccuracyIndicatorType
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType> <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 Summary | |
---|---|
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 |
Method Summary | |
---|---|
static DateAccuracyIndicatorType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static DateAccuracyIndicatorType |
valueOf(java.lang.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. |
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 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
Method Detail |
---|
public static DateAccuracyIndicatorType[] values()
for (DateAccuracyIndicatorType c : DateAccuracyIndicatorType.values()) System.out.println(c);
public static DateAccuracyIndicatorType 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static DateAccuracyIndicatorType fromValue(java.lang.String v)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |