public class VersionChangeType extends Enum
限定符和类型 | 字段和说明 |
---|---|
static VersionChangeType |
VERSIONCHANGE_ADD
新增,对应枚举值为1。
|
static VersionChangeType |
VERSIONCHANGE_DELETE
删除,对应枚举值为3。
|
static VersionChangeType |
VERSIONCHANGE_MODIFY
修改,对应枚举值为2。
|
public static final VersionChangeType VERSIONCHANGE_ADD
public static final VersionChangeType VERSIONCHANGE_MODIFY
public static final VersionChangeType VERSIONCHANGE_DELETE
Copyright © 2021–2024 SuperMap. All rights reserved.