public enum TaxAdvantageType extends Enum<TaxAdvantageType> implements EnumValue
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static TaxAdvantageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxAdvantageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxAdvantageType NONE
public static final TaxAdvantageType MAXI_ISA
public static final TaxAdvantageType TESSA
public static final TaxAdvantageType MINI_CASH_ISA
public static final TaxAdvantageType MINI_STOCK_AND_SHARES_ISA
public static final TaxAdvantageType MINI_INSURANCE_ISA
public static final TaxAdvantageType CURRENT_YEAR_PAYMENT
public static final TaxAdvantageType PRIOR_YEAR_PAYMENT
public static final TaxAdvantageType ASSET_TRANSFER
public static final TaxAdvantageType EMPLOYEE_PRIOR_YEAR
public static final TaxAdvantageType EMPLOYEE_CURRENT_YEAR
public static final TaxAdvantageType EMPLOYER_PRIOR_YEAR
public static final TaxAdvantageType EMPLOYER_CURRENT_YEAR
public static final TaxAdvantageType NON_FUND_PROTOTYPE_IRA
public static final TaxAdvantageType NON_FUND_QUALIFIED_PLAN
public static final TaxAdvantageType DEFINED_CONTRIBUTION_PLAN
public static final TaxAdvantageType IRA
public static final TaxAdvantageType IRA_ROLLOVER
public static final TaxAdvantageType KEOGH
public static final TaxAdvantageType PROFIT_SHARING_PLAN
public static final TaxAdvantageType US_401K
public static final TaxAdvantageType SELF_DIRECTED_IRA
public static final TaxAdvantageType US_403B
public static final TaxAdvantageType US_457
public static final TaxAdvantageType ROTH_IRA_PROTOTYPE
public static final TaxAdvantageType ROTH_IRA_NON_PROTOTYPE
public static final TaxAdvantageType ROTH_CONVERSION_IRA_PROTOTYPE
public static final TaxAdvantageType ROTH_CONVERSION_IRA_NON_PROTOTYPE
public static final TaxAdvantageType EDUCATION_IRA_PROTOTYPE
public static final TaxAdvantageType EDUCATION_IRA_NON_PROTOTYPE
public static final TaxAdvantageType OTHER
public static TaxAdvantageType[] values()
for (TaxAdvantageType c : TaxAdvantageType.values()) System.out.println(c);
public static TaxAdvantageType 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 boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.