Uses of Class
nl.paston.apollon.model.DbLock.LockName
-
Packages that use DbLock.LockName Package Description nl.paston.apollon.model -
-
Uses of DbLock.LockName in nl.paston.apollon.model
Methods in nl.paston.apollon.model that return DbLock.LockName Modifier and Type Method Description DbLock.LockNameDbLock. getLockName()static DbLock.LockNameDbLock.LockName. valueOf(String name)Returns the enum constant of this type with the specified name.static DbLock.LockName[]DbLock.LockName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.paston.apollon.model with parameters of type DbLock.LockName Modifier and Type Method Description voidDbLock. setLockName(DbLock.LockName lockName)Constructors in nl.paston.apollon.model with parameters of type DbLock.LockName Constructor Description DbLock(DbLock.LockName lockName)
-