All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opensuodku.bible.tw.TitleOption Maven / Gradle / Ivy

Go to download

Application developer can use this API to get any verse from Traditional Chinese Bible, source from http://a2z.fhl.net/CBOL.html API self contains entire Bible, no need to link remotely or access any database. Version 1.2 provides getBookCount, getChapterCount and getVerseCount.

There is a newer version: 1.2
Show newest version
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

package com.opensuodku.bible.tw;
//
// http://docs.oracle.com/javase/tutorial/java/javaOO/enum.html


/**
 *
 * @author mark
 */
public enum TitleOption {
    TITLE_OPTION_EN,
    TITLE_OPTION_TW,
    TITLE_OPTION_SHORT_EN,
    TITLE_OPTION_SHORT_TW
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy