Class InterestRateChartEnumerations

java.lang.Object
org.apache.fineract.portfolio.interestratechart.service.InterestRateChartEnumerations

public final class InterestRateChartEnumerations extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.fineract.infrastructure.core.data.EnumOptionData
     
    static org.apache.fineract.infrastructure.core.data.EnumOptionData
    periodType(org.apache.fineract.portfolio.common.domain.PeriodFrequencyType type)
     
    static List<org.apache.fineract.infrastructure.core.data.EnumOptionData>
    periodType(org.apache.fineract.portfolio.common.domain.PeriodFrequencyType[] periodTypes)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • periodType

      public static org.apache.fineract.infrastructure.core.data.EnumOptionData periodType(Integer type)
    • periodType

      public static org.apache.fineract.infrastructure.core.data.EnumOptionData periodType(org.apache.fineract.portfolio.common.domain.PeriodFrequencyType type)
    • periodType

      public static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> periodType(org.apache.fineract.portfolio.common.domain.PeriodFrequencyType[] periodTypes)