public final class LockStateType extends Enum
限定符和类型 | 字段和说明 |
---|---|
static LockStateType |
LOCKNONE
无锁。
|
static LockStateType |
LOCKREAD
读锁。
|
static LockStateType |
LOCKWRITE
写锁。
|
public static final LockStateType LOCKNONE
public static final LockStateType LOCKREAD
public static final LockStateType LOCKWRITE
Copyright © 2021–2024 SuperMap. All rights reserved.