com.supermap.data
类 EditType

java.lang.Object
  继承者 com.supermap.data.EditType

public class EditType
extends java.lang.Object

该类定义了编辑操作类型常量。


字段摘要
static EditType ADDNEW
          新增操作。
static EditType DELETE
          删除操作。
static EditType MODIFY
          修改操作。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

ADDNEW

public static final EditType ADDNEW
新增操作。


MODIFY

public static final EditType MODIFY
修改操作。


DELETE

public static final EditType DELETE
删除操作。