Enum INBillType

java.lang.Object
java.lang.Enum<INBillType>
org.robovm.apple.intents.INBillType
All Implemented Interfaces:
Serializable, Comparable<INBillType>, ValuedEnum

@Deprecated
public enum INBillType
extends Enum<INBillType>
implements ValuedEnum
Deprecated.
Deprecated in iOS 15.0. INBillType is deprecated. There is no replacement.
Since:
Available in iOS 10.3 and later.
  • Enum Constant Details

    • Unknown

      public static final INBillType Unknown
      Deprecated.
    • AutoInsurance

      public static final INBillType AutoInsurance
      Deprecated.
    • Cable

      public static final INBillType Cable
      Deprecated.
    • CarLease

      public static final INBillType CarLease
      Deprecated.
    • CarLoan

      public static final INBillType CarLoan
      Deprecated.
    • CreditCard

      public static final INBillType CreditCard
      Deprecated.
    • Electricity

      public static final INBillType Electricity
      Deprecated.
    • Gas

      public static final INBillType Gas
      Deprecated.
    • GarbageAndRecycling

      public static final INBillType GarbageAndRecycling
      Deprecated.
    • HealthInsurance

      public static final INBillType HealthInsurance
      Deprecated.
    • HomeInsurance

      public static final INBillType HomeInsurance
      Deprecated.
    • Internet

      public static final INBillType Internet
      Deprecated.
    • LifeInsurance

      public static final INBillType LifeInsurance
      Deprecated.
    • Mortgage

      public static final INBillType Mortgage
      Deprecated.
    • MusicStreaming

      public static final INBillType MusicStreaming
      Deprecated.
    • Phone

      public static final INBillType Phone
      Deprecated.
    • Rent

      public static final INBillType Rent
      Deprecated.
    • Sewer

      public static final INBillType Sewer
      Deprecated.
    • StudentLoan

      public static final INBillType StudentLoan
      Deprecated.
    • TrafficTicket

      public static final INBillType TrafficTicket
      Deprecated.
    • Tuition

      public static final INBillType Tuition
      Deprecated.
    • Utilities

      public static final INBillType Utilities
      Deprecated.
    • Water

      public static final INBillType Water
      Deprecated.
  • Method Details

    • values

      public static INBillType[] values()
      Deprecated.
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static INBillType valueOf​(String name)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public long value()
      Deprecated.
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static INBillType valueOf​(long n)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null