public final class IconMultiStateThreshold extends Threshold implements Duplicatable
| Modifier and Type | Field and Description | 
|---|---|
| static byte | EQUALS_EXCLUDECell values that are equal to the threshold value do not pass the threshold | 
| static byte | EQUALS_INCLUDECell 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 | clone()Deprecated.  | 
| IconMultiStateThreshold | copy() | 
| int | getDataLength() | 
| byte | getEquals() | 
| void | serialize(LittleEndianOutput out) | 
| void | setEquals(byte equals) | 
getFormula, getParsedExpression, getType, getValue, setParsedExpression, setType, setType, setValue, toStringpublic 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 Threshold@Deprecated @Removal(version="5.0.0") public IconMultiStateThreshold clone()
clone in class java.lang.Objectpublic IconMultiStateThreshold copy()
copy in interface Duplicatablecopy in class Thresholdpublic void serialize(LittleEndianOutput out)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.