Enum Class Codec

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

public enum Codec extends Enum<Codec>
Codec.
Author:
AlpacaGenerator
  • Enum Constant Details

    • CLEAR

      public static final Codec CLEAR
    • G711ALAW

      public static final Codec G711ALAW
    • G711ULAW

      public static final Codec G711ULAW
    • G722

      public static final Codec G722
    • G72353

      public static final Codec G72353
    • G72363

      public static final Codec G72363
    • G723A53

      public static final Codec G723A53
    • G723A63

      public static final Codec G723A63
    • G72616

      public static final Codec G72616
    • G72624

      public static final Codec G72624
    • G72632

      public static final Codec G72632
    • G72640

      public static final Codec G72640
    • G728

      public static final Codec G728
    • G7298

      public static final Codec G7298
    • G729B8

      public static final Codec G729B8
    • GSMEFR

      public static final Codec GSMEFR
    • GSMFR

      public static final Codec GSMFR
    • AMRWB

      public static final Codec AMRWB
  • Method Details

    • values

      public static Codec[] 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 Codec 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<Codec>
    • get

      public static Codec get(String value)
    • getArray

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