public static enum EarningsRate.RateTypeEnum extends Enum<EarningsRate.RateTypeEnum>
| Enum Constant and Description |
|---|
FIXEDAMOUNT |
MULTIPLEOFORDINARYEARNINGSRATE |
RATEPERUNIT |
| Modifier and Type | Method and Description |
|---|---|
static EarningsRate.RateTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static EarningsRate.RateTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EarningsRate.RateTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EarningsRate.RateTypeEnum RATEPERUNIT
public static final EarningsRate.RateTypeEnum MULTIPLEOFORDINARYEARNINGSRATE
public static final EarningsRate.RateTypeEnum FIXEDAMOUNT
public static EarningsRate.RateTypeEnum[] values()
for (EarningsRate.RateTypeEnum c : EarningsRate.RateTypeEnum.values()) System.out.println(c);
public static EarningsRate.RateTypeEnum 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<EarningsRate.RateTypeEnum>public static EarningsRate.RateTypeEnum fromValue(String value)
Copyright © 2020. All rights reserved.