com.supermap.data
类 VersionConflictDealingType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.VersionConflictDealingType
-
public class VersionConflictDealingType extends Enum
该类定义了版本协调期间,如果发现冲突,协调是否中止的常量。
-
-
字段概要
字段 限定符和类型 字段和说明 static VersionConflictDealingType
ABORT
如果发现冲突,将中止协调。static VersionConflictDealingType
CONTINUE
如果发现冲突,将继续协调。
-
-
-
字段详细资料
-
ABORT
public static final VersionConflictDealingType ABORT
如果发现冲突,将中止协调。
-
CONTINUE
public static final VersionConflictDealingType CONTINUE
如果发现冲突,将继续协调。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.