Uses of Enum Class
com.google.zxing.ResultMetadataType
Packages that use ResultMetadataType
-
Uses of ResultMetadataType in com.google.zxing
Fields in com.google.zxing with type parameters of type ResultMetadataTypeMethods in com.google.zxing that return ResultMetadataTypeModifier and TypeMethodDescriptionstatic ResultMetadataType
Returns the enum constant of this class with the specified name.static ResultMetadataType[]
ResultMetadataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.zxing that return types with arguments of type ResultMetadataTypeMethods in com.google.zxing with parameters of type ResultMetadataTypeMethod parameters in com.google.zxing with type arguments of type ResultMetadataTypeModifier and TypeMethodDescriptionvoid
Result.putAllMetadata
(Map<ResultMetadataType, Object> metadata) -
Uses of ResultMetadataType in com.google.zxing.oned
Methods in com.google.zxing.oned that return types with arguments of type ResultMetadataTypeModifier and TypeMethodDescriptionprivate static Map
<ResultMetadataType, Object> UPCEANExtension2Support.parseExtensionString
(String raw) private static Map
<ResultMetadataType, Object> UPCEANExtension5Support.parseExtensionString
(String raw)