Uses of Interface
com.hammurapi.config.MethodCall

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

Uses of MethodCall in com.hammurapi.config
 

Methods in com.hammurapi.config that return MethodCall
 MethodCall ConfigFactory.createMethodCall()
          Returns a new object of class 'Method Call'.
 

Uses of MethodCall in com.hammurapi.config.impl
 

Classes in com.hammurapi.config.impl that implement MethodCall
 class MethodCallImpl
          An implementation of the model object 'Method Call'.
 

Methods in com.hammurapi.config.impl that return MethodCall
 MethodCall ConfigFactoryImpl.createMethodCall()
           
 

Uses of MethodCall in com.hammurapi.config.util
 

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