com.supermap.data
类 LockStateType

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

public final class LockStateType
extends java.lang.Object

该类定义了字段类型常量。

定义一系列常量表示存储不同类型值的字段。


字段摘要
static LockStateType LOCKNONE
          不锁定。
static LockStateType LOCKREAD
          只读锁。
static LockStateType LOCKWRITE
          可写锁。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

LOCKNONE

public static final LockStateType LOCKNONE
不锁定。


LOCKREAD

public static final LockStateType LOCKREAD
只读锁。


LOCKWRITE

public static final LockStateType LOCKWRITE
可写锁。