Uses of Interface
com.hammurapi.config.Collection

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

Uses of Collection in com.hammurapi.config
 

Subinterfaces of Collection in com.hammurapi.config
 interface NamedCollection
          A representation of the model object 'Named Collection'.
 

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

Uses of Collection in com.hammurapi.config.impl
 

Classes in com.hammurapi.config.impl that implement Collection
 class CollectionImpl
          An implementation of the model object 'Collection'.
 class NamedCollectionImpl
          An implementation of the model object 'Named Collection'.
 

Methods in com.hammurapi.config.impl that return Collection
 Collection ConfigFactoryImpl.createCollection()
           
 

Uses of Collection in com.hammurapi.config.util
 

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