|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openintents.provider.Shopping.Status
public static final class Shopping.Status
Status of "contains" element.
| Field Summary | |
|---|---|
static long |
BOUGHT
Have bought this item. |
static long |
WANT_TO_BUY
Want to buy this item. |
| Constructor Summary | |
|---|---|
Shopping.Status()
|
|
| Method Summary | |
|---|---|
static boolean |
isValid(long s)
Checks whether a status is a valid possibility. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long WANT_TO_BUY
public static final long BOUGHT
| Constructor Detail |
|---|
public Shopping.Status()
| Method Detail |
|---|
public static boolean isValid(long s)
s - status to be checked.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||