public static enum BCEumeration.BC_PLAN_INTERVAL extends Enum<BCEumeration.BC_PLAN_INTERVAL>
| Modifier and Type | Method and Description |
|---|---|
static BCEumeration.BC_PLAN_INTERVAL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BCEumeration.BC_PLAN_INTERVAL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BCEumeration.BC_PLAN_INTERVAL day
public static final BCEumeration.BC_PLAN_INTERVAL week
public static final BCEumeration.BC_PLAN_INTERVAL month
public static final BCEumeration.BC_PLAN_INTERVAL year
public static BCEumeration.BC_PLAN_INTERVAL[] values()
for (BCEumeration.BC_PLAN_INTERVAL c : BCEumeration.BC_PLAN_INTERVAL.values()) System.out.println(c);
public static BCEumeration.BC_PLAN_INTERVAL 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 nullCopyright © 2016. All rights reserved.