com.supermap.data
类 VersionConflicts

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

public class VersionConflicts
extends java.lang.Object

版本冲突类,获取版本协调时数据源下检测到的所有冲突。


构造方法摘要
VersionConflicts()
           
 
方法摘要
 void dispose()
          释放该对象所占用的资源。
 int getCount()
          获取冲突个数。
 VersionConflict getVersionConflict(int nIndex)
          根据索引获取冲突信息。
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

VersionConflicts

public VersionConflicts()
方法详细信息

getVersionConflict

public VersionConflict getVersionConflict(int nIndex)
根据索引获取冲突信息。

参数:
nIndex - 索引号
返回:
冲突信息类对象

getCount

public int getCount()
获取冲突个数。

返回:
冲突个数

dispose

public void dispose()
释放该对象所占用的资源。当调用该方法之后,此对象不再可用。