public abstract class Threshold
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Threshold() |
protected |
Threshold(LittleEndianInput in)
Creates new Threshold
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(Threshold rec) |
int |
getDataLength() |
protected Formula |
getFormula() |
Ptg[] |
getParsedExpression() |
byte |
getType() |
java.lang.Double |
getValue() |
void |
serialize(LittleEndianOutput out) |
void |
setParsedExpression(Ptg[] ptgs) |
void |
setType(byte type) |
void |
setType(int type) |
void |
setValue(java.lang.Double value) |
java.lang.String |
toString() |
protected Threshold()
protected Threshold(LittleEndianInput in)
public byte getType()
public void setType(byte type)
public void setType(int type)
protected Formula getFormula()
public Ptg[] getParsedExpression()
public void setParsedExpression(Ptg[] ptgs)
public java.lang.Double getValue()
public void setValue(java.lang.Double value)
public int getDataLength()
public java.lang.String toString()
toString in class java.lang.Objectpublic void copyTo(Threshold rec)
public void serialize(LittleEndianOutput out)