public static enum GetAccountPlan.TypeEnum extends Enum<GetAccountPlan.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAccountPlan.TypeEnum.Adapter |
| Enum Constant and Description |
|---|
FREE |
PAYASYOUGO |
RESELLER |
SMS |
SUBSCRIPTION |
| Modifier and Type | Method and Description |
|---|---|
static GetAccountPlan.TypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static GetAccountPlan.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetAccountPlan.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetAccountPlan.TypeEnum PAYASYOUGO
public static final GetAccountPlan.TypeEnum FREE
public static final GetAccountPlan.TypeEnum SUBSCRIPTION
public static final GetAccountPlan.TypeEnum SMS
public static final GetAccountPlan.TypeEnum RESELLER
public static GetAccountPlan.TypeEnum[] values()
for (GetAccountPlan.TypeEnum c : GetAccountPlan.TypeEnum.values()) System.out.println(c);
public static GetAccountPlan.TypeEnum 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<GetAccountPlan.TypeEnum>public static GetAccountPlan.TypeEnum fromValue(String text)
Copyright © 2021. All rights reserved.