Toolkit-mobile-templates  2.0.0
This repository contains the template applications of the toolkit.
Static Public Attributes | List of all members
org.buildmlearn.learnspellings.data.SpellContract.Spellings Class Reference
Inheritance diagram for org.buildmlearn.learnspellings.data.SpellContract.Spellings:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.learnspellings.data.SpellContract.Spellings:
Collaboration graph
[legend]

Static Public Attributes

static final String TABLE_NAME = "spellings"
 
static final String WORD = "word"
 
static final String MEANING = "meaning"
 
static final String ANSWERED = "answered"
 
static final String ATTEMPTED = "attempted"
 

Member Data Documentation

final String org.buildmlearn.learnspellings.data.SpellContract.Spellings.ANSWERED = "answered"
static
final String org.buildmlearn.learnspellings.data.SpellContract.Spellings.ATTEMPTED = "attempted"
static
final String org.buildmlearn.learnspellings.data.SpellContract.Spellings.MEANING = "meaning"
static
final String org.buildmlearn.learnspellings.data.SpellContract.Spellings.TABLE_NAME = "spellings"
static
final String org.buildmlearn.learnspellings.data.SpellContract.Spellings.WORD = "word"
static

The documentation for this class was generated from the following file: