Enum Class LoopType

java.lang.Object
java.lang.Enum<LoopType>
hdi.edi.parser.LoopType
All Implemented Interfaces:
Serializable, Comparable<LoopType>, Constable

public enum LoopType extends Enum<LoopType>
  • Enum Constant Details

    • SUBSCRIBER

      public static final LoopType SUBSCRIBER
    • PATIENT

      public static final LoopType PATIENT
    • SUBSCRIBER_NAME

      public static final LoopType SUBSCRIBER_NAME
    • PATIENT_NAME

      public static final LoopType PATIENT_NAME
    • OTHER_SUBSCRIBER_NAME

      public static final LoopType OTHER_SUBSCRIBER_NAME
    • OTHER_SUBSCRIBER

      public static final LoopType OTHER_SUBSCRIBER
    • CLAIM

      public static final LoopType CLAIM
    • BILLING_PROVIDER

      public static final LoopType BILLING_PROVIDER
    • BILLING_PROVIDER_NAME

      public static final LoopType BILLING_PROVIDER_NAME
    • CLAIM_PROVIDERS

      public static final LoopType CLAIM_PROVIDERS
    • LINE_PREFIX

      public static final LoopType LINE_PREFIX
  • Method Details

    • values

      public static LoopType[] 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 LoopType 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
    • isPrefix

      public boolean isPrefix()
    • loopNumber

      public String loopNumber()