Uses of Class
com.google.zxing.ResultMetadataType

Packages that use ResultMetadataType
com.google.zxing   
 

Uses of ResultMetadataType in com.google.zxing
 

Methods in com.google.zxing that return ResultMetadataType
static ResultMetadataType ResultMetadataType.valueOf(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
 Map<ResultMetadataType,Object> Result.getResultMetadata()
           
 

Methods in com.google.zxing with parameters of type ResultMetadataType
 void Result.putMetadata(ResultMetadataType type, Object value)
           
 

Method parameters in com.google.zxing with type arguments of type ResultMetadataType
 void Result.putAllMetadata(Map<ResultMetadataType,Object> metadata)
           
 



Copyright © 2007-2012. All Rights Reserved.