Enum Class Transfer

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

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

    • SALE

      public static final Transfer SALE
    • TRANSFER

      public static final Transfer TRANSFER
  • Method Details

    • values

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