Uses of Class
org.eclipse.keyple.card.generic.GenericCardSelection.FileControlInformation
-
-
Uses of GenericCardSelection.FileControlInformation in org.eclipse.keyple.card.generic
Methods in org.eclipse.keyple.card.generic that return GenericCardSelection.FileControlInformation Modifier and Type Method Description static GenericCardSelection.FileControlInformation
GenericCardSelection.FileControlInformation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GenericCardSelection.FileControlInformation[]
GenericCardSelection.FileControlInformation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.keyple.card.generic with parameters of type GenericCardSelection.FileControlInformation Modifier and Type Method Description GenericCardSelection
GenericCardSelection. setFileControlInformation(GenericCardSelection.FileControlInformation fileControlInformation)
Sets the file control mode (see ISO7816-4).
-