Back to project page OBS-Translation-App.
The source code is released under:
MIT License
If you think the Android project OBS-Translation-App listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.door43.obs.mta.db; /*from w ww. j ava 2 s . c o m*/ public class ConstTranslations { /* CONSTANTS */ public static final String TABLE_NAME = "mta_translation"; public static final String A_ID = "id"; public static final String A_CREATED = "created"; public static final String A_MODIFIED = "modified"; public static final String A_FRAME = "frame"; public static final String A_LANG_CODE = "lang_code"; public static final String A_TEXT = "translation_text"; /* FIELDS */ /* CONSTRUCTORS */ /* METHODS */ /* GETTERS AND SETTERS */ /* OBJECT METHODS */ }