Android Open Source - sdk-katapayadi Katapayadi Interface






From Project

Back to project page sdk-katapayadi.

License

The source code is released under:

GNU Lesser General Public License

If you think the Android project sdk-katapayadi listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package org.silpa.katapayadi;
//ww  w  . j ava2s . c  o m
import java.util.List;

/**
 * Created by sujith on 16/6/14.
 */
public interface KatapayadiInterface {

    /**
     * This function is used to get katapayadi number
     *
     * @return number in string format
     */
    public String getKatapayadiNumber();

    /**
     * This function is used to get swarasthanas
     *
     * @return List of swarasthanas
     */
    public List<String> getSwarasthanas();

    /**
     * This function gives name of the module
     *
     * @return name of module
     */
    public String getModuleName();

    /**
     * This function gives a brief description of the module
     *
     * @return brief information regarding the module
     */
    public String getModuleInformation();
}




Java Source Code List

org.silpa.katapayadi.KatapayadiEditText.java
org.silpa.katapayadi.KatapayadiInterface.java
org.silpa.katapayadi.KatapayadiTextView.java
org.silpa.katapayadi.Katapayadi.java