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.
Public Member Functions | Static Public Attributes | Private Attributes | Static Private Attributes | List of all members
org.buildmlearn.toolkit.templates.MatchMetaModel Class Reference

Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 16/7/16. More...

Inheritance diagram for org.buildmlearn.toolkit.templates.MatchMetaModel:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.templates.MatchMetaModel:
Collaboration graph
[legend]

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"
 

Detailed Description

Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 16/7/16.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.templates.MatchMetaModel.MatchMetaModel ( String  t,
String  A,
String  B 
)

Member Function Documentation

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)

Member Data Documentation

String org.buildmlearn.toolkit.templates.MatchMetaModel.first_list_title
private
final String org.buildmlearn.toolkit.templates.MatchMetaModel.FIRST_TITLE_TAG = "meta_first_list_title"
static
final String org.buildmlearn.toolkit.templates.MatchMetaModel.ROOT_TAG = "meta_details"
staticprivate
String org.buildmlearn.toolkit.templates.MatchMetaModel.second_list_title
private
final String org.buildmlearn.toolkit.templates.MatchMetaModel.SECOND_TITLE_TAG = "meta_second_list_title"
static
String org.buildmlearn.toolkit.templates.MatchMetaModel.title
private
final String org.buildmlearn.toolkit.templates.MatchMetaModel.TITLE_TAG = "meta_title"
static

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