Enum CardTerminals.State

    • Enum Constant Detail

      • CARD_PRESENT

        public static final CardTerminals.State CARD_PRESENT
        CardTerminals in which a card is present.
      • CARD_ABSENT

        public static final CardTerminals.State CARD_ABSENT
        CardTerminals in which a card is not present.
      • CARD_INSERTION

        public static final CardTerminals.State CARD_INSERTION
        CardTerminals for which a card insertion was detected during the latest call to waitForChange() call.
    • Method Detail

      • values

        public static CardTerminals.State[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (CardTerminals.State c : CardTerminals.State.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static CardTerminals.State 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

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部