Uses of Class
edu.ksu.cis.projects.bogor.type.LockType

Packages that use LockType
edu.ksu.cis.projects.bogor.module.value Provides for Bogor values. 
edu.ksu.cis.projects.bogor.type Provides for Bogor types. 
 

Uses of LockType in edu.ksu.cis.projects.bogor.module.value
 

Fields in edu.ksu.cis.projects.bogor.module.value declared as LockType
protected  LockType DefaultLockValue.type
          Holds the lock type of this lock value.
 

Constructors in edu.ksu.cis.projects.bogor.module.value with parameters of type LockType
DefaultLockValue(IValueFactory vf, int referenceId, LockType type, IntSet waiting, IntSet notification)
          Default constructor.
 

Uses of LockType in edu.ksu.cis.projects.bogor.type
 

Subclasses of LockType in edu.ksu.cis.projects.bogor.type
 class ArrayType
          Represents an array type.
 class RecordType
          Represents a record type.
 

Methods in edu.ksu.cis.projects.bogor.type that return LockType
 LockType TypeFactory.getLockType()
          Gets a lock type.