Uses of Class
things.data.Receipt.Type

Packages that use Receipt.Type
things.data   
things.thinger.service.local   
 

Uses of Receipt.Type in things.data
 

Methods in things.data that return Receipt.Type
 Receipt.Type Receipt.getType()
           
static Receipt.Type Receipt.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Receipt.Type[] Receipt.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in things.data with parameters of type Receipt.Type
Receipt(java.lang.String theToken, Receipt.Type theType)
           
Receipt(java.lang.String theToken, Receipt.Type theType, java.lang.String note)
           
Receipt(WhoAmI callerID, Receipt.Type theType)
           
Receipt(WhoAmI callerID, java.lang.String theToken, Receipt.Type theType)
           
Receipt(WhoAmI callerID, java.lang.String theToken, Receipt.Type theType, java.lang.String note)
           
 

Uses of Receipt.Type in things.thinger.service.local
 

Methods in things.thinger.service.local that return Receipt.Type
static Receipt.Type CLIServiceTools.getReceiptFromResponse(java.lang.String responseString)
          Get the Receipt Type from the response.
 



Things.