java.lang.Object
java.lang.Enum<Chip.Type>
com.yoti.mobile.android.documentcapture.id.data.remote.proto.Chip.Type
All Implemented Interfaces:
com.squareup.wire.WireEnum, Serializable, Comparable<Chip.Type>, Constable
Enclosing class:
Chip

public static enum Chip.Type extends Enum<Chip.Type> implements com.squareup.wire.WireEnum
  • Enum Constant Details

    • UNDEFINED

      public static final Chip.Type UNDEFINED
    • MRTD_LDS

      public static final Chip.Type MRTD_LDS
      MRTD_LDS specifies that the object marshelled into the payload field is a docpubapi_v1.MrtdLogicalDataStructure object
  • Field Details

    • ADAPTER

      public static final com.squareup.wire.ProtoAdapter<Chip.Type> ADAPTER
  • Method Details

    • values

      public static Chip.Type[] 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 Chip.Type 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
    • fromValue

      public static Chip.Type fromValue(int value)
      Return the constant for value or null.
    • getValue

      public int getValue()
      Specified by:
      getValue in interface com.squareup.wire.WireEnum