Uses of Enum
com.google.zxing.client.result.ParsedResultType
Packages that use ParsedResultType
-
Uses of ParsedResultType in com.google.zxing.client.result
Subclasses with type arguments of type ParsedResultType in com.google.zxing.client.resultModifier and TypeClassDescriptionenumRepresents the type of data encoded by a barcode -- from plain text, to a URI, to an e-mail address, etc.Fields in com.google.zxing.client.result declared as ParsedResultTypeMethods in com.google.zxing.client.result that return ParsedResultTypeModifier and TypeMethodDescriptionfinal ParsedResultTypeParsedResult.getType()static ParsedResultTypeReturns the enum constant of this type with the specified name.static ParsedResultType[]ParsedResultType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.zxing.client.result with parameters of type ParsedResultType