Uses of Enum Class
javax.smartcardio.CardTerminals.State
Packages that use CardTerminals.State
-
Uses of CardTerminals.State in javax.smartcardio
Methods in javax.smartcardio that return CardTerminals.StateModifier and TypeMethodDescriptionstatic CardTerminals.State
Returns the enum constant of this class with the specified name.static CardTerminals.State[]
CardTerminals.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in javax.smartcardio with parameters of type CardTerminals.StateModifier and TypeMethodDescriptionabstract List<CardTerminal>
CardTerminals.list
(CardTerminals.State state) Returns an unmodifiable list of all terminals matching the specified state.