Enum Class LoanProductMinimumRepaymentScheduleRelatedDetail.DaysInYearCustomStrategyEnum
java.lang.Object
java.lang.Enum<LoanProductMinimumRepaymentScheduleRelatedDetail.DaysInYearCustomStrategyEnum>
org.apache.fineract.client.models.LoanProductMinimumRepaymentScheduleRelatedDetail.DaysInYearCustomStrategyEnum
- All Implemented Interfaces:
Serializable,Comparable<LoanProductMinimumRepaymentScheduleRelatedDetail.DaysInYearCustomStrategyEnum>,Constable
- Enclosing class:
LoanProductMinimumRepaymentScheduleRelatedDetail
public static enum LoanProductMinimumRepaymentScheduleRelatedDetail.DaysInYearCustomStrategyEnum
extends Enum<LoanProductMinimumRepaymentScheduleRelatedDetail.DaysInYearCustomStrategyEnum>
Gets or Sets daysInYearCustomStrategy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
FULL_LEAP_YEAR
public static final LoanProductMinimumRepaymentScheduleRelatedDetail.DaysInYearCustomStrategyEnum FULL_LEAP_YEAR -
FEB_29_PERIOD_ONLY
public static final LoanProductMinimumRepaymentScheduleRelatedDetail.DaysInYearCustomStrategyEnum FEB_29_PERIOD_ONLY
-
-
Method Details
-
values
public static LoanProductMinimumRepaymentScheduleRelatedDetail.DaysInYearCustomStrategyEnum[] values()Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static LoanProductMinimumRepaymentScheduleRelatedDetail.DaysInYearCustomStrategyEnum valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
toString
- Overrides:
toStringin classEnum<LoanProductMinimumRepaymentScheduleRelatedDetail.DaysInYearCustomStrategyEnum>
-
fromValue
public static LoanProductMinimumRepaymentScheduleRelatedDetail.DaysInYearCustomStrategyEnum fromValue(String value)
-