Enum Class ActMood

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

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

    • APT

      public static final ActMood APT
    • ARQ

      public static final ActMood ARQ
    • CRT

      public static final ActMood CRT
    • DEF

      public static final ActMood DEF
    • EVN

      public static final ActMood EVN
    • EVNCRT

      public static final ActMood EVNCRT
    • EXPEC

      public static final ActMood EXPEC
    • GOL

      public static final ActMood GOL
    • INT

      public static final ActMood INT
    • OPT

      public static final ActMood OPT
    • PERM

      public static final ActMood PERM
    • PERMRQ

      public static final ActMood PERMRQ
    • PRMS

      public static final ActMood PRMS
    • PRP

      public static final ActMood PRP
    • RMD

      public static final ActMood RMD
    • RQO

      public static final ActMood RQO
    • RSK

      public static final ActMood RSK
    • SLOT

      public static final ActMood SLOT
  • Method Details

    • values

      public static ActMood[] 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 ActMood 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 ActMood fromValue(String v)