public abstract class QCBit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
bitType |
protected byte[] |
data |
protected int |
dataOffset |
protected int |
optA |
protected int |
optB |
protected int |
optC |
protected java.lang.String |
thingType |
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
|
void |
setDataOffset(int offset) |
void |
setOptA(int optA) |
void |
setOptB(int optB) |
void |
setOptC(int optC) |
protected java.lang.String thingType
protected java.lang.String bitType
protected byte[] data
protected int optA
protected int optB
protected int optC
protected int dataOffset
public QCBit(java.lang.String thingType, java.lang.String bitType, byte[] data)
public java.lang.String getThingType()
public java.lang.String getBitType()
public byte[] getData()
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 © 2005-2010 Potix Corporation. All Rights Reserved.