AbstractDoCoMoResultParser |
|
AddressBookParsedResult |
Represents a parsed result that encodes contact information, like that in an address book
entry.
|
CalendarParsedResult |
Represents a parsed result that encodes a calendar event at a certain time, optionally
with attendees and a location.
|
EmailAddressParsedResult |
Represents a parsed result that encodes an email message including recipients, subject
and body text.
|
ExpandedProductParsedResult |
Represents a parsed result that encodes extended product information as encoded
by the RSS format, like weight, price, dates, etc.
|
GeoParsedResult |
Represents a parsed result that encodes a geographic coordinate, with latitude,
longitude and altitude.
|
ISBNParsedResult |
Represents a parsed result that encodes a product ISBN number.
|
ParsedResult |
Abstract class representing the result of decoding a barcode, as more than
a String -- as some type of structured data.
|
ParsedResultType |
Represents the type of data encoded by a barcode -- from plain text, to a
URI, to an e-mail address, etc.
|
ProductParsedResult |
Represents a parsed result that encodes a product by an identifier of some kind.
|
ResultParser |
Abstract class representing the result of decoding a barcode, as more than
a String -- as some type of structured data.
|
SMSParsedResult |
Represents a parsed result that encodes an SMS message, including recipients, subject
and body text.
|
TelParsedResult |
Represents a parsed result that encodes a telephone number.
|
URIParsedResult |
A simple result type encapsulating a URI that has no further interpretation.
|
VINParsedResult |
Represents a parsed result that encodes a Vehicle Identification Number (VIN).
|
WifiParsedResult |
Represents a parsed result that encodes wifi network information, like SSID and password.
|