|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.formula.ptg.Ptg org.apache.poi.ss.formula.ptg.OperationPtg org.apache.poi.ss.formula.ptg.ValueOperatorPtg org.apache.poi.ss.formula.ptg.PercentPtg
public final class PercentPtg
Percent PTG.
Field Summary | |
---|---|
static ValueOperatorPtg |
instance
|
static byte |
sid
|
static int |
SIZE
|
Fields inherited from class org.apache.poi.ss.formula.ptg.OperationPtg |
---|
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY |
Fields inherited from class org.apache.poi.ss.formula.ptg.Ptg |
---|
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY |
Method Summary | |
---|---|
int |
getNumberOfOperands()
The number of operands expected by the operations |
protected byte |
getSid()
|
java.lang.String |
toFormulaString(java.lang.String[] operands)
returns a string representation of the operations the length of the input array should equal the number returned by |
Methods inherited from class org.apache.poi.ss.formula.ptg.ValueOperatorPtg |
---|
getDefaultOperandClass, getSize, isBaseToken, toFormulaString, write |
Methods inherited from class org.apache.poi.ss.formula.ptg.Ptg |
---|
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SIZE
public static final byte sid
public static final ValueOperatorPtg instance
Method Detail |
---|
protected byte getSid()
getSid
in class ValueOperatorPtg
public int getNumberOfOperands()
OperationPtg
getNumberOfOperands
in class OperationPtg
public java.lang.String toFormulaString(java.lang.String[] operands)
OperationPtg
toFormulaString
in class OperationPtg
OperationPtg.getNumberOfOperands()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |