public static enum ContractTerm.ActionAtTermEnd extends Enum<ContractTerm.ActionAtTermEnd>
| Enum Constant and Description |
|---|
_UNKNOWN |
CANCEL |
EVERGREEN |
RENEW |
RENEW_ONCE |
| Modifier and Type | Method and Description |
|---|---|
static ContractTerm.ActionAtTermEnd |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContractTerm.ActionAtTermEnd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContractTerm.ActionAtTermEnd RENEW
public static final ContractTerm.ActionAtTermEnd EVERGREEN
public static final ContractTerm.ActionAtTermEnd CANCEL
public static final ContractTerm.ActionAtTermEnd RENEW_ONCE
public static final ContractTerm.ActionAtTermEnd _UNKNOWN
public static ContractTerm.ActionAtTermEnd[] values()
for (ContractTerm.ActionAtTermEnd c : ContractTerm.ActionAtTermEnd.values()) System.out.println(c);
public static ContractTerm.ActionAtTermEnd 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 © 2023 ChargeBee. All rights reserved.