Inheritance diagram for org.openmobileis.synchro.openmsp.protocol.Element:
Definition at line 38 of file Element.java.
Static Public Attributes | |
static final long | serialVersionUID = 1L |
Set version of the serialized data to make it compatible with new class versions. | |
static int | HEADER = 0 |
static int | SYNC = 1 |
static int | GET = 2 |
static int | ADD = 3 |
static int | REPLACE = 4 |
static int | DELETE = 5 |
static int | MAP = 6 |
static int | RESULT = 7 |
static int | STATUS = 8 |
static int | ITEM = 9 |
static int | MAP_ITEM = 10 |
static int | SEQUENCE = 11 |
static int | FINAL = 12 |