public class XBByte extends java.lang.Object implements XBTSerializable, XBDeclared, XBTConversible
| Modifier and Type | Field and Description |
|---|---|
static int |
maxValue |
static long[] |
xbBlockPath |
static long[] |
xbFormatPath |
| Constructor and Description |
|---|
XBByte()
Creates a new instance of XBString
|
XBByte(byte value) |
| Modifier and Type | Method and Description |
|---|---|
XBTListener |
convertFromXBT()
Get instance for conversion content from XB level 1 data to object.
|
XBTProvider |
convertToXBT()
Get instance for conversion content of object to XB level 1 data.
|
UBNatural |
getValue() |
XBDeclaration |
getXBDeclaration()
Get the declaration of data
|
XBTSerialMethod |
getXBTSerializationMethod()
Serialization method serialization from and to XBUP level 0 protocol.
|
void |
setValue(byte value) |
void |
setValue(UBNatural value) |
public static int maxValue
public static long[] xbBlockPath
public static long[] xbFormatPath
public XBByte()
public XBByte(byte value)
public XBDeclaration getXBDeclaration()
XBDeclaredgetXBDeclaration in interface XBDeclaredpublic UBNatural getValue()
public void setValue(UBNatural value) throws XBProcessingException
XBProcessingExceptionpublic void setValue(byte value)
throws XBProcessingException
XBProcessingExceptionpublic XBTProvider convertToXBT()
XBTConversibleconvertToXBT in interface XBTConversiblepublic XBTListener convertFromXBT()
XBTConversibleconvertFromXBT in interface XBTConversiblepublic XBTSerialMethod getXBTSerializationMethod()
XBTSerializablegetXBTSerializationMethod in interface XBTSerializable