public static enum CancellationAmendment.ServiceEndState extends Enum<CancellationAmendment.ServiceEndState>
| Enum Constant and Description |
|---|
AtPeriodEnd |
Immediate |
| Modifier and Type | Method and Description |
|---|---|
static CancellationAmendment.ServiceEndState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CancellationAmendment.ServiceEndState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CancellationAmendment.ServiceEndState Immediate
public static final CancellationAmendment.ServiceEndState AtPeriodEnd
public static CancellationAmendment.ServiceEndState[] values()
for (CancellationAmendment.ServiceEndState c : CancellationAmendment.ServiceEndState.values()) System.out.println(c);
public static CancellationAmendment.ServiceEndState 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 © 2015 BillForward. All rights reserved.