public static final class InventoryContract.MenuSection extends Object implements BaseColumns, InventoryContract.MenuSectionColumns
MenuSection
instances via
content provider.Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_DIRECTORY
base content directory for item_layout_menu_section
|
static String |
CONTENT_MENU_SECTION_TYPE
The MIME type of a
CONTENT_URI subdirectory of a single menu section. |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of menu sections. |
static Uri |
CONTENT_URI
The content:// style URI for this table
|
_COUNT, _ID
CATEGORY_UUID, DESCRIPTION, ENABLED, IMAGE_FILENAME, NAME, REASON_CODE
public static final String CONTENT_DIRECTORY
public static final Uri CONTENT_URI
public static final String CONTENT_TYPE
CONTENT_URI
providing a directory of menu sections.public static final String CONTENT_MENU_SECTION_TYPE
CONTENT_URI
subdirectory of a single menu section.