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 Template Editor data. More...
Public Member Functions | |
MatchModel (String A, String B) | |
String | getMatchA () |
void | setMatchA (String matchA) |
String | getMatchB () |
void | setMatchB (String matchB) |
Element | getXml (Document doc) |
Private Attributes | |
String | matchA |
String | matchB |
Model class for Match The Following Template Editor data.
Created by Anupam (opticod) on 16/7/16.
org.buildmlearn.toolkit.templates.MatchModel.MatchModel | ( | String | A, |
String | B | ||
) |
String org.buildmlearn.toolkit.templates.MatchModel.getMatchA | ( | ) |
String org.buildmlearn.toolkit.templates.MatchModel.getMatchB | ( | ) |
Element org.buildmlearn.toolkit.templates.MatchModel.getXml | ( | Document | doc | ) |
void org.buildmlearn.toolkit.templates.MatchModel.setMatchA | ( | String | matchA | ) |
void org.buildmlearn.toolkit.templates.MatchModel.setMatchB | ( | String | matchB | ) |
|
private |
|
private |