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

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

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

AAA

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


AAE

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


AAU

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


AEA

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


AEE

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


AEU

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


AUA

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


AUE

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


AUU

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


EAA

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


EAE

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


EAU

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


EEA

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


EEE

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


EEU

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


EUA

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


EUE

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


EUU

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


UAA

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


UAE

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


UAU

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


UEA

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


UEE

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


UEU

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


UUA

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


UUE

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


UUU

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

Method Detail

values

public static DateAccuracyIndicatorType[] 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 (DateAccuracyIndicatorType c : DateAccuracyIndicatorType.values())
    System.out.println(c);

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

valueOf

public static DateAccuracyIndicatorType 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 DateAccuracyIndicatorType fromValue(java.lang.String v)