Uses of Interface
com.hammurapi.party.Custom

Packages that use Custom
com.hammurapi.party   
com.hammurapi.party.impl   
com.hammurapi.party.util   
 

Uses of Custom in com.hammurapi.party
 

Methods in com.hammurapi.party that return Custom
 Custom PartyFactory.createCustom()
          Returns a new object of class 'Custom'.
 

Uses of Custom in com.hammurapi.party.impl
 

Classes in com.hammurapi.party.impl that implement Custom
 class CustomImpl
          An implementation of the model object 'Custom'.
 

Methods in com.hammurapi.party.impl that return Custom
 Custom PartyFactoryImpl.createCustom()
           
 

Uses of Custom in com.hammurapi.party.util
 

Methods in com.hammurapi.party.util with parameters of type Custom
 T PartySwitch.caseCustom(Custom object)
          Returns the result of interpreting the object as an instance of 'Custom'.