Package org.apache.poi.hpbf.model.qcbits
Class QCPLCBit
- java.lang.Object
-
- org.apache.poi.hpbf.model.qcbits.QCBit
-
- org.apache.poi.hpbf.model.qcbits.QCPLCBit
-
- Direct Known Subclasses:
QCPLCBit.Type0,QCPLCBit.Type12,QCPLCBit.Type4,QCPLCBit.Type8
public abstract class QCPLCBit extends QCBit
A "PLC " (PLC) based bit of Quill Contents. The exact format is determined by the type of the PLCs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQCPLCBit.Type0Type 0 seem to be somewhat rare.static classQCPLCBit.Type12Type 12 holds hyperlinks, and is very complex.static classQCPLCBit.Type4Type 4 is quite common.static classQCPLCBit.Type8Type 8 is quite common.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QCPLCBitcreateQCPLCBit(java.lang.String thingType, java.lang.String bitType, byte[] data)intgetNumberOfPLCs()long[]getPlcValA()long[]getPlcValB()int[]getPreData()intgetTypeOfPLCS()-
Methods inherited from class org.apache.poi.hpbf.model.qcbits.QCBit
getBitType, getData, getDataOffset, getLength, getOptA, getOptB, getOptC, getThingType, setDataOffset, setOptA, setOptB, setOptC
-
-
-
-
Method Detail
-
getNumberOfPLCs
public int getNumberOfPLCs()
-
getTypeOfPLCS
public int getTypeOfPLCS()
-
getPreData
public int[] getPreData()
-
getPlcValA
public long[] getPlcValA()
-
getPlcValB
public long[] getPlcValB()
-
createQCPLCBit
public static QCPLCBit createQCPLCBit(java.lang.String thingType, java.lang.String bitType, byte[] data)
-
-