org.outerj.daisy.repository
Class LockType
java.lang.Object
org.outerj.daisy.repository.LockType
- public class LockType
- extends java.lang.Object
Enumeration of the available lock types.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WARN
public static final LockType WARN
PESSIMISTIC
public static final LockType PESSIMISTIC
toString
public java.lang.String toString()
getCode
public java.lang.String getCode()
- A short (one-letter) unique code representing this lock type.
getByCode
public static LockType getByCode(java.lang.String code)
fromString
public static LockType fromString(java.lang.String lockTypeString)
Copyright © -2005 . All Rights Reserved.