Enum Class Child

java.lang.Object
java.lang.Enum<Child>
net.ihe.gazelle.hl7v3.voc.Child
All Implemented Interfaces:
Serializable, Comparable<Child>, Constable

public enum Child extends Enum<Child>
Description of the enumeration Child.
  • Enum Constant Details

    • CHILD

      public static final Child CHILD
    • CHLDADOPT

      public static final Child CHLDADOPT
    • CHLDFOST

      public static final Child CHLDFOST
    • CHLDINLAW

      public static final Child CHLDINLAW
    • DAU

      public static final Child DAU
    • DAUADOPT

      public static final Child DAUADOPT
    • DAUFOST

      public static final Child DAUFOST
    • DAUINLAW

      public static final Child DAUINLAW
    • NCHILD

      public static final Child NCHILD
    • SON

      public static final Child SON
    • SONADOPT

      public static final Child SONADOPT
    • SONFOST

      public static final Child SONFOST
    • SONINLAW

      public static final Child SONINLAW
    • STPCHLD

      public static final Child STPCHLD
    • STPDAU

      public static final Child STPDAU
    • STPSON

      public static final Child STPSON
  • Method Details

    • values

      public static Child[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Child valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()
    • fromValue

      public static Child fromValue(String v)