Enum INAmountType

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

public enum INAmountType
extends Enum<INAmountType>
implements ValuedEnum
Since:
Available in iOS 10.3 and later.
  • Enum Constant Details

    • Unknown

      public static final INAmountType Unknown
    • MinimumDue

      public static final INAmountType MinimumDue
    • AmountDue

      public static final INAmountType AmountDue
    • CurrentBalance

      public static final INAmountType CurrentBalance
    • MaximumTransferAmount

      public static final INAmountType MaximumTransferAmount
      Since:
      Available in iOS 11.0 and later.
    • MinimumTransferAmount

      public static final INAmountType MinimumTransferAmount
      Since:
      Available in iOS 11.0 and later.
    • StatementBalance

      public static final INAmountType StatementBalance
      Since:
      Available in iOS 11.0 and later.
  • Method Details

    • values

      public static INAmountType[] values()
      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 INAmountType valueOf​(String name)
      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()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static INAmountType valueOf​(long n)
      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