-
Notifications
You must be signed in to change notification settings - Fork 18
models.TypeItem
Vikramaditya Kukreja edited this page Feb 1, 2017
·
1 revision
package com.csatimes.dojma.models.TypeItem
access public
private int type;
private Object value;
Notes:
- The acceptable values of field
type
are stored in utilities.DHC - This class is used in activities.SearchableActivity to notify adapters.SearchAdapter what kind of item it is
- getters and setters are used to access the fields
Mobile Applications Club