public class SEGMENT_STATUS
extends java.lang.Object
CTSegment.GetStatus() call| Modifier and Type | Field and Description |
|---|---|
static int |
DEL
Original segment deleted
|
static int |
FIELD
Segment field changed
|
static int |
MODE
Segment mode changed
|
static int |
MOVED
Original segment moved
|
static int |
NEW
Segment added or inserted
|
static int |
OLD
Original segment as read from file
|
| Constructor and Description |
|---|
SEGMENT_STATUS() |
public static final int OLD
public static final int NEW
public static final int DEL
public static final int MOVED
public static final int MODE
public static final int FIELD