public abstract class QCBit
extends java.lang.Object
Constructor and Description |
---|
QCBit(java.lang.String thingType,
java.lang.String bitType,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBitType()
Returns the type of the bit data, eg TEXT
or PLC
|
byte[] |
getData() |
int |
getDataOffset() |
int |
getLength() |
int |
getOptA() |
int |
getOptB() |
int |
getOptC() |
java.lang.String |
getThingType()
Returns the type of the thing, eg TEXT, FONT
or TOKN
|
protected void |
setData(byte[] data) |
void |
setDataOffset(int offset) |
void |
setOptA(int optA) |
void |
setOptB(int optB) |
void |
setOptC(int optC) |
public QCBit(java.lang.String thingType, java.lang.String bitType, byte[] data)
public java.lang.String getThingType()
public java.lang.String getBitType()
public final byte[] getData()
protected final void setData(byte[] data)
public int getOptA()
public void setOptA(int optA)
public int getOptB()
public void setOptB(int optB)
public int getOptC()
public void setOptC(int optC)
public int getDataOffset()
public void setDataOffset(int offset)
public int getLength()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.