![]() |
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 16/7/16. More...


Public Member Functions | |
| MatchMetaModel (String t, String A, String B) | |
| String | getFirst_list_title () |
| void | setFirst_list_title (String first_list_title) |
| String | getSecond_list_title () |
| void | setSecond_list_title (String second_list_title) |
| String | getTitle () |
| void | setTitle (String title) |
| Element | getXml (Document doc) |
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" |
Private Attributes | |
| String | title |
| String | first_list_title |
| String | second_list_title |
Static Private Attributes | |
| static final String | ROOT_TAG = "meta_details" |
Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 16/7/16.
| org.buildmlearn.toolkit.templates.MatchMetaModel.MatchMetaModel | ( | String | t, |
| String | A, | ||
| String | B | ||
| ) |
| String org.buildmlearn.toolkit.templates.MatchMetaModel.getFirst_list_title | ( | ) |
| String org.buildmlearn.toolkit.templates.MatchMetaModel.getSecond_list_title | ( | ) |
| String org.buildmlearn.toolkit.templates.MatchMetaModel.getTitle | ( | ) |
| Element org.buildmlearn.toolkit.templates.MatchMetaModel.getXml | ( | Document | doc | ) |
| void org.buildmlearn.toolkit.templates.MatchMetaModel.setFirst_list_title | ( | String | first_list_title | ) |
| void org.buildmlearn.toolkit.templates.MatchMetaModel.setSecond_list_title | ( | String | second_list_title | ) |
| void org.buildmlearn.toolkit.templates.MatchMetaModel.setTitle | ( | String | title | ) |
|
private |
|
static |
|
staticprivate |
|
private |
|
static |
|
private |
|
static |
1.8.11