com.supermap.data
类 NotificationType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.NotificationType
-
public class NotificationType extends Enum
关系类消息类型。- 从以下版本开始:
- 11.2.0
-
-
字段概要
字段 限定符和类型 字段和说明 static NotificationType
Backward
关联数据集发送编辑消息到主数据集。static NotificationType
Both
双向都触发消息发送。static NotificationType
Forward
主数据集发送编辑消息到关联数据集。static NotificationType
None
都不发送消息。
-
-
-
字段详细资料
-
Forward
public static final NotificationType Forward
主数据集发送编辑消息到关联数据集。
-
Backward
public static final NotificationType Backward
关联数据集发送编辑消息到主数据集。
-
Both
public static final NotificationType Both
双向都触发消息发送。
-
None
public static final NotificationType None
都不发送消息。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.