public enum UnitTaxInfoComparator extends Enum<UnitTaxInfoComparator> implements Comparator<UnitTaxCalculationInfo>
| Enum Constant and Description |
|---|
FLOOR_SORT |
INST_SORT |
UNIT_SORT |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<UnitTaxCalculationInfo> |
getUnitComparator(UnitTaxInfoComparator... multipleOptions) |
static UnitTaxInfoComparator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitTaxInfoComparator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final UnitTaxInfoComparator UNIT_SORT
public static final UnitTaxInfoComparator FLOOR_SORT
public static final UnitTaxInfoComparator INST_SORT
public static UnitTaxInfoComparator[] values()
for (UnitTaxInfoComparator c : UnitTaxInfoComparator.values()) System.out.println(c);
public static UnitTaxInfoComparator 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 static Comparator<UnitTaxCalculationInfo> getUnitComparator(UnitTaxInfoComparator... multipleOptions)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.