BuildmLearn-Toolkit-Android  2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
Static Public Attributes | List of all members
org.buildmlearn.toolkit.matchtemplate.Constants Class Reference

Constants used in match template's simulator relating databases. More...

Static Public Attributes

static final int COL_TITLE_META = 1
 
static final int COL_FIRST_TITLE = 2
 
static final int COL_SECOND_TITLE = 3
 
static final int COL_MATCH_A = 1
 
static final int COL_MATCH_B = 2
 
static final String first_list = "firstList"
 
static final String second_list = "secondList"
 
static String XMLFileName = "match_content.xml"
 

Detailed Description

Constants used in match template's simulator relating databases.

Created by Anupam (opticod) on 24/7/16.

Member Data Documentation

final int org.buildmlearn.toolkit.matchtemplate.Constants.COL_FIRST_TITLE = 2
static
final int org.buildmlearn.toolkit.matchtemplate.Constants.COL_MATCH_A = 1
static
final int org.buildmlearn.toolkit.matchtemplate.Constants.COL_MATCH_B = 2
static
final int org.buildmlearn.toolkit.matchtemplate.Constants.COL_SECOND_TITLE = 3
static
final int org.buildmlearn.toolkit.matchtemplate.Constants.COL_TITLE_META = 1
static
final String org.buildmlearn.toolkit.matchtemplate.Constants.first_list = "firstList"
static
final String org.buildmlearn.toolkit.matchtemplate.Constants.second_list = "secondList"
static
String org.buildmlearn.toolkit.matchtemplate.Constants.XMLFileName = "match_content.xml"
static

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