net.sf.zekr.common.resource
Interface IQuranProperties

All Known Implementing Classes:
QuranProperties

public interface IQuranProperties

Initial interface for properties of the Holy Quran

Since:
Zekr 1.0
Author:
Mohsen Saboorian

Method Summary
 JuzProperties getJuz(int juzNum)
           
 SajdaProperties getSajda(int sajdaNum)
           
 SuraProperties getSura(int suraNum)
           
 

Method Detail

getSura

SuraProperties getSura(int suraNum)
Parameters:
suraNum - sura number (counted from 1)
Returns:
SuraProperties of the given sura number

getJuz

JuzProperties getJuz(int juzNum)
Parameters:
juzNum - juz number (counted from 1)
Returns:
JuzProperties of the given juz number

getSajda

SajdaProperties getSajda(int sajdaNum)
Parameters:
sajdaNum - sajda number (counted from 1)
Returns:
SajdaProperties of the given sajda number.