Uses of Interface
com.hammurapi.config.Null

Packages that use Null
com.hammurapi.config   
com.hammurapi.config.impl   
com.hammurapi.config.util   
 

Uses of Null in com.hammurapi.config
 

Methods in com.hammurapi.config that return Null
 Null ConfigFactory.createNull()
          Returns a new object of class 'Null'.
 

Uses of Null in com.hammurapi.config.impl
 

Classes in com.hammurapi.config.impl that implement Null
 class NullImpl
          An implementation of the model object 'Null'.
 

Methods in com.hammurapi.config.impl that return Null
 Null ConfigFactoryImpl.createNull()
           
 

Uses of Null in com.hammurapi.config.util
 

Methods in com.hammurapi.config.util with parameters of type Null
 T ConfigSwitch.caseNull(Null object)
          Returns the result of interpreting the object as an instance of 'Null'.