public static enum SxDI.DISPLAYTYPES extends Enum<SxDI.DISPLAYTYPES>
((this data item value) * (grand total of grand totals)) / ((row grand total) * (column grand total))
| Enum Constant and Description |
|---|
calculated |
difference |
grandTotal |
percentageDifference |
percentageTotalCol |
percentageTotalRow |
percentageValue |
runningTotal |
value |
| Modifier and Type | Method and Description |
|---|---|
static SxDI.DISPLAYTYPES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SxDI.DISPLAYTYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SxDI.DISPLAYTYPES value
public static final SxDI.DISPLAYTYPES difference
public static final SxDI.DISPLAYTYPES percentageValue
public static final SxDI.DISPLAYTYPES percentageDifference
public static final SxDI.DISPLAYTYPES runningTotal
public static final SxDI.DISPLAYTYPES percentageTotalRow
public static final SxDI.DISPLAYTYPES percentageTotalCol
public static final SxDI.DISPLAYTYPES grandTotal
public static final SxDI.DISPLAYTYPES calculated
public static SxDI.DISPLAYTYPES[] values()
for (SxDI.DISPLAYTYPES c : SxDI.DISPLAYTYPES.values()) System.out.println(c);
public static SxDI.DISPLAYTYPES 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 nullCopyright © 2002–2019 Starter Inc.. All rights reserved.