public final class IconMultiStateThreshold extends Threshold implements Duplicatable
| Modifier and Type | Field and Description |
|---|---|
static byte |
EQUALS_EXCLUDE
Cell values that are equal to the threshold value do not pass the threshold
|
static byte |
EQUALS_INCLUDE
Cell values that are equal to the threshold value pass the threshold.
|
| Constructor and Description |
|---|
IconMultiStateThreshold() |
IconMultiStateThreshold(IconMultiStateThreshold other) |
IconMultiStateThreshold(LittleEndianInput in) |
| Modifier and Type | Method and Description |
|---|---|
IconMultiStateThreshold |
copy() |
int |
getDataLength() |
byte |
getEquals() |
void |
serialize(LittleEndianOutput out) |
void |
setEquals(byte equals) |
getFormula, getGenericProperties, getParsedExpression, getType, getValue, setParsedExpression, setType, setType, setValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic static final byte EQUALS_EXCLUDE
public static final byte EQUALS_INCLUDE
public IconMultiStateThreshold()
public IconMultiStateThreshold(IconMultiStateThreshold other)
public IconMultiStateThreshold(LittleEndianInput in)
public byte getEquals()
public void setEquals(byte equals)
public int getDataLength()
getDataLength in class Thresholdpublic IconMultiStateThreshold copy()
copy in interface Duplicatablecopy in class Thresholdpublic void serialize(LittleEndianOutput out)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.