public static enum InstallmentOption.PlansEnum extends Enum<InstallmentOption.PlansEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallmentOption.PlansEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static InstallmentOption.PlansEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static InstallmentOption.PlansEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallmentOption.PlansEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstallmentOption.PlansEnum REGULAR
public static final InstallmentOption.PlansEnum REVOLVING
public static InstallmentOption.PlansEnum[] values()
for (InstallmentOption.PlansEnum c : InstallmentOption.PlansEnum.values()) System.out.println(c);
public static InstallmentOption.PlansEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<InstallmentOption.PlansEnum>public static InstallmentOption.PlansEnum fromValue(String text)
Copyright © 2022. All rights reserved.