public static enum DealRenews.RenewTargetTypeEnum extends Enum<DealRenews.RenewTargetTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DealRenews.RenewTargetTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static DealRenews.RenewTargetTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static DealRenews.RenewTargetTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DealRenews.RenewTargetTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DealRenews.RenewTargetTypeEnum DETAIL
public static final DealRenews.RenewTargetTypeEnum ACCRUAL
public static final DealRenews.RenewTargetTypeEnum RENEW
public static DealRenews.RenewTargetTypeEnum[] values()
for (DealRenews.RenewTargetTypeEnum c : DealRenews.RenewTargetTypeEnum.values()) System.out.println(c);
public static DealRenews.RenewTargetTypeEnum 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 getValue()
public String toString()
toString in class Enum<DealRenews.RenewTargetTypeEnum>public static DealRenews.RenewTargetTypeEnum fromValue(String value)
Copyright © 2022. All rights reserved.