Uses of Class
de.brendamour.jpasskit.enums.PKDataDetectorType
-
Packages that use PKDataDetectorType Package Description de.brendamour.jpasskit de.brendamour.jpasskit.enums -
-
Uses of PKDataDetectorType in de.brendamour.jpasskit
Methods in de.brendamour.jpasskit that return types with arguments of type PKDataDetectorType Modifier and Type Method Description java.util.List<PKDataDetectorType>PKField. getDataDetectorTypes()Method parameters in de.brendamour.jpasskit with type arguments of type PKDataDetectorType Modifier and Type Method Description voidPKField. setDataDetectorTypes(java.util.List<PKDataDetectorType> dataDetectorTypes) -
Uses of PKDataDetectorType in de.brendamour.jpasskit.enums
Methods in de.brendamour.jpasskit.enums that return PKDataDetectorType Modifier and Type Method Description static PKDataDetectorTypePKDataDetectorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PKDataDetectorType[]PKDataDetectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-