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.
|
Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 24/7/16. More...
Public Member Functions | |
MatchMetaModel (String t, String A, String B) | |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
String | getFirstListTitle () |
String | getSecondListTitle () |
String | getTitle () |
Static Public Attributes | |
static final String | TITLE_TAG = "meta_title" |
static final String | FIRST_TITLE_TAG = "meta_first_list_title" |
static final String | SECOND_TITLE_TAG = "meta_second_list_title" |
static final Creator< MatchMetaModel > | CREATOR |
Private Member Functions | |
MatchMetaModel (Parcel in) | |
Private Attributes | |
final String | title |
final String | first_list_title |
final String | second_list_title |
Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 24/7/16.
Model used to save match meta entries in database for match template's simulator.
org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.MatchMetaModel | ( | String | t, |
String | A, | ||
String | B | ||
) |
|
private |
int org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.describeContents | ( | ) |
String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.getFirstListTitle | ( | ) |
String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.getSecondListTitle | ( | ) |
String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.getTitle | ( | ) |
void org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.writeToParcel | ( | Parcel | dest, |
int | flags | ||
) |
|
static |
|
private |
|
static |
|
private |
|
static |
|
private |
|
static |