org.apache.poi.hssf.record.cf
Class IconMultiStateThreshold

java.lang.Object
  extended by org.apache.poi.hssf.record.cf.Threshold
      extended by org.apache.poi.hssf.record.cf.IconMultiStateThreshold
All Implemented Interfaces:
java.lang.Cloneable

public final class IconMultiStateThreshold
extends Threshold
implements java.lang.Cloneable

Icon / Multi-State specific Threshold / value (CFVO), for changes in Conditional Formatting


Field Summary
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 Summary
IconMultiStateThreshold()
           
IconMultiStateThreshold(LittleEndianInput in)
          Creates new Ico Multi-State Threshold
 
Method Summary
 IconMultiStateThreshold clone()
           
 int getDataLength()
           
 byte getEquals()
           
 void serialize(LittleEndianOutput out)
           
 void setEquals(byte equals)
           
 
Methods inherited from class org.apache.poi.hssf.record.cf.Threshold
copyTo, getFormula, getParsedExpression, getType, getValue, setParsedExpression, setType, setType, setValue, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EQUALS_EXCLUDE

public static final byte EQUALS_EXCLUDE
Cell values that are equal to the threshold value do not pass the threshold

See Also:
Constant Field Values

EQUALS_INCLUDE

public static final byte EQUALS_INCLUDE
Cell values that are equal to the threshold value pass the threshold.

See Also:
Constant Field Values
Constructor Detail

IconMultiStateThreshold

public IconMultiStateThreshold()

IconMultiStateThreshold

public IconMultiStateThreshold(LittleEndianInput in)
Creates new Ico Multi-State Threshold

Method Detail

getEquals

public byte getEquals()

setEquals

public void setEquals(byte equals)

getDataLength

public int getDataLength()
Overrides:
getDataLength in class Threshold

clone

public IconMultiStateThreshold clone()
Overrides:
clone in class java.lang.Object

serialize

public void serialize(LittleEndianOutput out)
Overrides:
serialize in class Threshold