Enum Class CLIDPolicy

java.lang.Object
java.lang.Enum<CLIDPolicy>
co.ecg.alpaca.toolkit.generated.enums.CLIDPolicy
All Implemented Interfaces:
Serializable, Comparable<CLIDPolicy>, Constable

public enum CLIDPolicy extends Enum<CLIDPolicy>
Calling Line ID Policy Selections.
Author:
AlpacaGenerator
  • Enum Constant Details

    • USEDN

      public static final CLIDPolicy USEDN
    • USECONFIGURABLECLID

      public static final CLIDPolicy USECONFIGURABLECLID
  • Method Details

    • values

      public static CLIDPolicy[] 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 CLIDPolicy 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()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<CLIDPolicy>
    • get

      public static CLIDPolicy get(String value)
    • getArray

      public static CLIDPolicy[] getArray(String[] values)