public class XBInt extends java.lang.Object implements XBTSerializable, XBDeclared, XBTConversible
| Modifier and Type | Field and Description |
|---|---|
static long[] |
xbBlockPath |
static long[] |
xbFormatPath |
| Constructor and Description |
|---|
XBInt()
Creates a new instance of XBInt
|
XBInt(UBInteger 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.
|
UBInteger |
getValue() |
XBDeclaration |
getXBDeclaration()
Get the declaration of data
|
XBTSerialMethod |
getXBTSerializationMethod()
Serialization method serialization from and to XBUP level 0 protocol.
|
void |
setValue(UBInteger value) |
public static long[] xbBlockPath
public static long[] xbFormatPath
public XBInt()
public XBInt(UBInteger value)
public XBDeclaration getXBDeclaration()
XBDeclaredgetXBDeclaration in interface XBDeclaredpublic UBInteger getValue()
public void setValue(UBInteger value)
public XBTProvider convertToXBT()
XBTConversibleconvertToXBT in interface XBTConversiblepublic XBTListener convertFromXBT()
XBTConversibleconvertFromXBT in interface XBTConversiblepublic XBTSerialMethod getXBTSerializationMethod()
XBTSerializablegetXBTSerializationMethod in interface XBTSerializable