Uses of Class
org.eclipse.keyple.card.generic.GenericCardSelection.FileOccurrence
-
-
Uses of GenericCardSelection.FileOccurrence in org.eclipse.keyple.card.generic
Methods in org.eclipse.keyple.card.generic that return GenericCardSelection.FileOccurrence Modifier and Type Method Description static GenericCardSelection.FileOccurrence
GenericCardSelection.FileOccurrence. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GenericCardSelection.FileOccurrence[]
GenericCardSelection.FileOccurrence. 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.FileOccurrence Modifier and Type Method Description GenericCardSelection
GenericCardSelection. setFileOccurrence(GenericCardSelection.FileOccurrence fileOccurrence)
Sets the file occurrence mode (see ISO7816-4).
-