public enum swBendAllowanceTypes_e extends java.lang.Enum<swBendAllowanceTypes_e>
Enum Constant and Description |
---|
swBendAllowanceBendCalculationTable |
swBendAllowanceBendTable |
swBendAllowanceDeduction |
swBendAllowanceDirect |
swBendAllowanceKFactor |
Modifier and Type | Method and Description |
---|---|
static swBendAllowanceTypes_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swBendAllowanceTypes_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swBendAllowanceTypes_e swBendAllowanceBendTable
public static final swBendAllowanceTypes_e swBendAllowanceKFactor
public static final swBendAllowanceTypes_e swBendAllowanceDirect
public static final swBendAllowanceTypes_e swBendAllowanceDeduction
public static final swBendAllowanceTypes_e swBendAllowanceBendCalculationTable
public static swBendAllowanceTypes_e[] values()
for (swBendAllowanceTypes_e c : swBendAllowanceTypes_e.values()) System.out.println(c);
public static swBendAllowanceTypes_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null