com.supermap.web.iServerJava6R.dataServices
public class EditType
继承 EditType Inheritance Object

编辑操作类型枚举类.

编辑操作包括三种:增加、删除、修改。



公共常量
  常量 定义方
    ADD : String = add
[static] 增加操作。
EditType
    DELETE : String = delete
[static] 删除操作。
EditType
    UPDATE : String = update
[static] 修改操作。
EditType
常量描述
ADD 常量
public static const ADD:String = add

增加操作。

DELETE 常量  
public static const DELETE:String = delete

删除操作。

UPDATE 常量  
public static const UPDATE:String = update

修改操作。