Package | Description |
---|---|
com.google.zxing | |
com.google.zxing.oned |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResultMetadataType,java.lang.Object> |
Result.resultMetadata |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<ResultMetadataType,java.lang.Object> |
Result.getResultMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
Result.putMetadata(ResultMetadataType type,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
void |
Result.putAllMetadata(java.util.Map<ResultMetadataType,java.lang.Object> metadata) |
Modifier and Type | Method and 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) |