Uses of Class
com.google.zxing.ResultMetadataType
-
Packages that use ResultMetadataType Package Description com.google.zxing com.google.zxing.oned -
-
Uses of ResultMetadataType in com.google.zxing
Fields in com.google.zxing with type parameters of type ResultMetadataType Modifier and Type Field Description private java.util.Map<ResultMetadataType,java.lang.Object>
Result. resultMetadata
Methods in com.google.zxing that return ResultMetadataType Modifier and Type Method Description static ResultMetadataType
ResultMetadataType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResultMetadataType[]
ResultMetadataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.zxing that return types with arguments of type ResultMetadataType Modifier and Type Method Description java.util.Map<ResultMetadataType,java.lang.Object>
Result. getResultMetadata()
Methods in com.google.zxing with parameters of type ResultMetadataType Modifier and Type Method Description void
Result. putMetadata(ResultMetadataType type, java.lang.Object value)
Method parameters in com.google.zxing with type arguments of type ResultMetadataType Modifier and Type Method Description void
Result. putAllMetadata(java.util.Map<ResultMetadataType,java.lang.Object> metadata)
-
Uses of ResultMetadataType in com.google.zxing.oned
Methods in com.google.zxing.oned that return types with arguments of type ResultMetadataType Modifier and Type Method Description private static java.util.Map<ResultMetadataType,java.lang.Object>
UPCEANExtension2Support. parseExtensionString(java.lang.String raw)
private static java.util.Map<ResultMetadataType,java.lang.Object>
UPCEANExtension5Support. parseExtensionString(java.lang.String raw)
-