public enum StatutoryDeductionCategory extends Enum<StatutoryDeductionCategory>
| Enum Constant and Description |
|---|
ADDITIONALSTUDENTLOAN |
CHILDSUPPORT |
COURTFINES |
CREDITOR |
FEDERALLEVY |
INLANDREVENUEARREARS |
KIWISAVER |
MSDREPAYMENTS |
NONPRIORITYORDER |
PRIORITYORDER |
STUDENTLOAN |
TABLEBASED |
USCHILDSUPPORT |
VOLUNTARYSTUDENTLOAN |
| Modifier and Type | Method and Description |
|---|---|
static StatutoryDeductionCategory |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static StatutoryDeductionCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatutoryDeductionCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatutoryDeductionCategory ADDITIONALSTUDENTLOAN
public static final StatutoryDeductionCategory CHILDSUPPORT
public static final StatutoryDeductionCategory COURTFINES
public static final StatutoryDeductionCategory CREDITOR
public static final StatutoryDeductionCategory FEDERALLEVY
public static final StatutoryDeductionCategory INLANDREVENUEARREARS
public static final StatutoryDeductionCategory KIWISAVER
public static final StatutoryDeductionCategory MSDREPAYMENTS
public static final StatutoryDeductionCategory NONPRIORITYORDER
public static final StatutoryDeductionCategory PRIORITYORDER
public static final StatutoryDeductionCategory TABLEBASED
public static final StatutoryDeductionCategory STUDENTLOAN
public static final StatutoryDeductionCategory VOLUNTARYSTUDENTLOAN
public static final StatutoryDeductionCategory USCHILDSUPPORT
public static StatutoryDeductionCategory[] values()
for (StatutoryDeductionCategory c : StatutoryDeductionCategory.values()) System.out.println(c);
public static StatutoryDeductionCategory 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<StatutoryDeductionCategory>public static StatutoryDeductionCategory fromValue(String value)
Copyright © 2020. All rights reserved.