| Package | Description |
|---|---|
| javax.smartcardio |
| Modifier and Type | Method and Description |
|---|---|
static CardTerminals.State |
CardTerminals.State.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<CardTerminal> |
CardTerminals.list(CardTerminals.State state)
Returns an unmodifiable list of all terminals matching the specified
state.
|
Copyright © 2020. All Rights Reserved.