au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Enum DateAccuracyIndicatorType2

java.lang.Object
  extended by java.lang.Enum<DateAccuracyIndicatorType2>
      extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.DateAccuracyIndicatorType2
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DateAccuracyIndicatorType2>

public enum DateAccuracyIndicatorType2
extends java.lang.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

AAA

public static final DateAccuracyIndicatorType2 AAA
Accurate day, accurate month, accurate year


AAE

public static final DateAccuracyIndicatorType2 AAE
Accurate day, accurate month, estimated year


AAU

public static final DateAccuracyIndicatorType2 AAU
Accurate day, accurate month, unknown year


AEA

public static final DateAccuracyIndicatorType2 AEA
Accurate day, estimated month, accurate year


AEE

public static final DateAccuracyIndicatorType2 AEE
Accurate day, estimated month, estimated year


AEU

public static final DateAccuracyIndicatorType2 AEU
Accurate day, estimated month, unknown year


AUA

public static final DateAccuracyIndicatorType2 AUA
Accurate day, unknown month, accurate year


AUE

public static final DateAccuracyIndicatorType2 AUE
Accurate day, unknown month, estimated year


AUU

public static final DateAccuracyIndicatorType2 AUU
Accurate day, unknown month, unknown year


EAA

public static final DateAccuracyIndicatorType2 EAA
Estimated day, accurate month, accurate year


EAE

public static final DateAccuracyIndicatorType2 EAE
Estimated day, accurate month, estimated year


EAU

public static final DateAccuracyIndicatorType2 EAU
Estimated day, accurate month, unknown year


EEA

public static final DateAccuracyIndicatorType2 EEA
Estimated day, estimated month, accurate year


EEE

public static final DateAccuracyIndicatorType2 EEE
Estimated day, estimated month, estimated year


EEU

public static final DateAccuracyIndicatorType2 EEU
Estimated day, estimated month, unknown year


EUA

public static final DateAccuracyIndicatorType2 EUA
Estimated day, unknown month, accurate year


EUE

public static final DateAccuracyIndicatorType2 EUE
Estimated day, unknown month, estimated year


EUU

public static final DateAccuracyIndicatorType2 EUU
Estimated day, unknown month, unknown year


UAA

public static final DateAccuracyIndicatorType2 UAA
Unknown day, accurate month, accurate year


UAE

public static final DateAccuracyIndicatorType2 UAE
Unknown day, accurate month, estimated year


UAU

public static final DateAccuracyIndicatorType2 UAU
Unknown day, accurate month, unknown year


UEA

public static final DateAccuracyIndicatorType2 UEA
Unknown day, estimated month, accurate year


UEE

public static final DateAccuracyIndicatorType2 UEE
Unknown day, estimated month, estimated year


UEU

public static final DateAccuracyIndicatorType2 UEU
Unknown day, estimated month, unknown year


UUA

public static final DateAccuracyIndicatorType2 UUA
Unknown day, unknown month, accurate year


UUE

public static final DateAccuracyIndicatorType2 UUE
Unknown day, unknown month, estimated year


UUU

public static final DateAccuracyIndicatorType2 UUU
Unknown day, unknown month, unknown year

Method Detail

values

public static DateAccuracyIndicatorType2[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (DateAccuracyIndicatorType2 c : DateAccuracyIndicatorType2.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DateAccuracyIndicatorType2 valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static DateAccuracyIndicatorType2 fromValue(java.lang.String v)