Uses of Interface
com.hammurapi.party.Address

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

Uses of Address in com.hammurapi.party
 

Subinterfaces of Address in com.hammurapi.party
 interface USAddress
          A representation of the model object 'US Address'.
 

Uses of Address in com.hammurapi.party.impl
 

Classes in com.hammurapi.party.impl that implement Address
 class USAddressImpl
          An implementation of the model object 'US Address'.
 

Uses of Address in com.hammurapi.party.util
 

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