public enum StandingOrderIntervalType extends Enum<StandingOrderIntervalType>
| Enum Constant and Description |
|---|
HALF_YEARLY |
MONTHLY |
QUARTERLY |
TWO_MONTHLY |
YEARLY |
| Modifier and Type | Method and Description |
|---|---|
static StandingOrderIntervalType |
fromInterval(String interval) |
String |
getInterval() |
int |
getMonth() |
static StandingOrderIntervalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandingOrderIntervalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandingOrderIntervalType MONTHLY
public static final StandingOrderIntervalType TWO_MONTHLY
public static final StandingOrderIntervalType QUARTERLY
public static final StandingOrderIntervalType HALF_YEARLY
public static final StandingOrderIntervalType YEARLY
public static StandingOrderIntervalType[] values()
for (StandingOrderIntervalType c : StandingOrderIntervalType.values()) System.out.println(c);
public static StandingOrderIntervalType 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 static StandingOrderIntervalType fromInterval(String interval)
public int getMonth()
public String getInterval()
Copyright © 2018 figo GmbH. All rights reserved.