|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DateAccuracyIndicatorType2>
au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.DateAccuracyIndicatorType2
public enum DateAccuracyIndicatorType2
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 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 DateAccuracyIndicatorType2 |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static DateAccuracyIndicatorType2 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DateAccuracyIndicatorType2[] |
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 DateAccuracyIndicatorType2 AAA
public static final DateAccuracyIndicatorType2 AAE
public static final DateAccuracyIndicatorType2 AAU
public static final DateAccuracyIndicatorType2 AEA
public static final DateAccuracyIndicatorType2 AEE
public static final DateAccuracyIndicatorType2 AEU
public static final DateAccuracyIndicatorType2 AUA
public static final DateAccuracyIndicatorType2 AUE
public static final DateAccuracyIndicatorType2 AUU
public static final DateAccuracyIndicatorType2 EAA
public static final DateAccuracyIndicatorType2 EAE
public static final DateAccuracyIndicatorType2 EAU
public static final DateAccuracyIndicatorType2 EEA
public static final DateAccuracyIndicatorType2 EEE
public static final DateAccuracyIndicatorType2 EEU
public static final DateAccuracyIndicatorType2 EUA
public static final DateAccuracyIndicatorType2 EUE
public static final DateAccuracyIndicatorType2 EUU
public static final DateAccuracyIndicatorType2 UAA
public static final DateAccuracyIndicatorType2 UAE
public static final DateAccuracyIndicatorType2 UAU
public static final DateAccuracyIndicatorType2 UEA
public static final DateAccuracyIndicatorType2 UEE
public static final DateAccuracyIndicatorType2 UEU
public static final DateAccuracyIndicatorType2 UUA
public static final DateAccuracyIndicatorType2 UUE
public static final DateAccuracyIndicatorType2 UUU
Method Detail |
---|
public static DateAccuracyIndicatorType2[] values()
for (DateAccuracyIndicatorType2 c : DateAccuracyIndicatorType2.values()) System.out.println(c);
public static DateAccuracyIndicatorType2 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 DateAccuracyIndicatorType2 fromValue(java.lang.String v)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |