Uses of Class
javax.smartcardio.CardTerminals.State
Package | Description |
---|---|
javax.smartcardio |
Java™ Smart Card I/O API.
|
-
Uses of CardTerminals.State in javax.smartcardio
Methods in javax.smartcardio that return CardTerminals.State Modifier and Type Method Description static CardTerminals.State
CardTerminals.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static CardTerminals.State[]
CardTerminals.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.smartcardio with parameters of type CardTerminals.State Modifier and Type Method Description abstract List<CardTerminal>
CardTerminals. list(CardTerminals.State state)
Returns an unmodifiable list of all terminals matching the specified state.