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 | Public Attributes | Private Attributes | List of all members
org.buildmlearn.toolkit.model.Template Enum Reference

Enum for the templates that are included into toolkit application. More...

Public Member Functions

 Template (@StringRes int title,@StringRes int description,@DrawableRes int image,@StringRes int type, Class<?extends TemplateInterface > templateClass,@StringRes int assetsName)
 
int getImage ()
 
int getTitle ()
 
int getDescription ()
 
Class<?extends TemplateInterfacegetTemplateClass ()
 
int getType ()
 
int getAssetsName ()
 

Public Attributes

 BASIC_M_LEARNING =(R.string.basic_m_learning_title, R.string.basic_m_learning_description, R.drawable.info_template, R.string.info_template, InfoTemplate.class, R.string.info_assets_name)
 
 LEARN_SPELLING =(R.string.learn_spellings_title, R.string.learn_spellings_description, R.drawable.spelling, R.string.spelling_type, LearnSpellingTemplate.class, R.string.spelling_assets_name)
 
 QUIZ =(R.string.quiz_title, R.string.quiz_description, R.drawable.quiz, R.string.quiz_type, QuizTemplate.class, R.string.quiz_assets_name)
 
 FLASH_CARD =(R.string.flash_card_title, R.string.flash_card_description, R.drawable.flash, R.string.flash_card_template, FlashTemplate.class, R.string.flash_assets_name)
 
 VIDEO_COLLECTION =(R.string.video_collection_title, R.string.video_collection_description, R.drawable.video_collection, R.string.video_collection_template, VideoCollectionTemplate.class, R.string.video_assets_name)
 
 COMPREHENSION =(R.string.comprehension_title, R.string.comprehension_description, R.drawable.comprehension, R.string.comprehension_template, ComprehensionTemplate.class, R.string.comprehension_assets_name)
 
 DICTATION =(R.string.dictation_title, R.string.dictation_description, R.drawable.dictation, R.string.dictation_template, DictationTemplate.class, R.string.dictation_assets_name)
 
 MATCH_THE_FOLLOWING =(R.string.match_title, R.string.match_description, R.drawable.match_template, R.string.match_template, MatchTemplate.class, R.string.match_assets_name)
 
final int type
 

Private Attributes

final int image
 
final int title
 
final int description
 
final Class<?extends TemplateInterfacetemplateClass
 
final int assetsName
 

Detailed Description

Enum for the templates that are included into toolkit application.

Created by Abhishek on 23-05-2015.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.model.Template.Template ( @StringRes int  title,
@StringRes int  description,
@DrawableRes int  image,
@StringRes int  type,
Class<?extends TemplateInterface templateClass,
@StringRes int  assetsName 
)

Member Function Documentation

int org.buildmlearn.toolkit.model.Template.getAssetsName ( )
int org.buildmlearn.toolkit.model.Template.getDescription ( )
int org.buildmlearn.toolkit.model.Template.getImage ( )
Class<? extends TemplateInterface> org.buildmlearn.toolkit.model.Template.getTemplateClass ( )
int org.buildmlearn.toolkit.model.Template.getTitle ( )
int org.buildmlearn.toolkit.model.Template.getType ( )

Member Data Documentation

final int org.buildmlearn.toolkit.model.Template.assetsName
private
org.buildmlearn.toolkit.model.Template.BASIC_M_LEARNING =(R.string.basic_m_learning_title, R.string.basic_m_learning_description, R.drawable.info_template, R.string.info_template, InfoTemplate.class, R.string.info_assets_name)
org.buildmlearn.toolkit.model.Template.COMPREHENSION =(R.string.comprehension_title, R.string.comprehension_description, R.drawable.comprehension, R.string.comprehension_template, ComprehensionTemplate.class, R.string.comprehension_assets_name)
final int org.buildmlearn.toolkit.model.Template.description
private
org.buildmlearn.toolkit.model.Template.DICTATION =(R.string.dictation_title, R.string.dictation_description, R.drawable.dictation, R.string.dictation_template, DictationTemplate.class, R.string.dictation_assets_name)
org.buildmlearn.toolkit.model.Template.FLASH_CARD =(R.string.flash_card_title, R.string.flash_card_description, R.drawable.flash, R.string.flash_card_template, FlashTemplate.class, R.string.flash_assets_name)
final int org.buildmlearn.toolkit.model.Template.image
private
org.buildmlearn.toolkit.model.Template.LEARN_SPELLING =(R.string.learn_spellings_title, R.string.learn_spellings_description, R.drawable.spelling, R.string.spelling_type, LearnSpellingTemplate.class, R.string.spelling_assets_name)
org.buildmlearn.toolkit.model.Template.MATCH_THE_FOLLOWING =(R.string.match_title, R.string.match_description, R.drawable.match_template, R.string.match_template, MatchTemplate.class, R.string.match_assets_name)
org.buildmlearn.toolkit.model.Template.QUIZ =(R.string.quiz_title, R.string.quiz_description, R.drawable.quiz, R.string.quiz_type, QuizTemplate.class, R.string.quiz_assets_name)
final Class<? extends TemplateInterface> org.buildmlearn.toolkit.model.Template.templateClass
private
final int org.buildmlearn.toolkit.model.Template.title
private
final int org.buildmlearn.toolkit.model.Template.type
org.buildmlearn.toolkit.model.Template.VIDEO_COLLECTION =(R.string.video_collection_title, R.string.video_collection_description, R.drawable.video_collection, R.string.video_collection_template, VideoCollectionTemplate.class, R.string.video_assets_name)

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