public static enum RecurringPayment.StartType extends Enum<RecurringPayment.StartType>
| Modifier and Type | Method and Description |
|---|---|
static RecurringPayment.StartType |
create(String val) |
String |
toString() |
static RecurringPayment.StartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecurringPayment.StartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecurringPayment.StartType ON
public static final RecurringPayment.StartType NOW
public static RecurringPayment.StartType[] values()
for (RecurringPayment.StartType c : RecurringPayment.StartType.values()) System.out.println(c);
public static RecurringPayment.StartType 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 toString()
toString in class Enum<RecurringPayment.StartType>public static RecurringPayment.StartType create(String val)
Copyright © 2014. All rights reserved.