Uses of Interface
com.hammurapi.party.USAddress

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

Uses of USAddress in com.hammurapi.party
 

Methods in com.hammurapi.party that return USAddress
 USAddress PartyFactory.createUSAddress()
          Returns a new object of class 'US Address'.
 

Uses of USAddress in com.hammurapi.party.impl
 

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

Methods in com.hammurapi.party.impl that return USAddress
 USAddress PartyFactoryImpl.createUSAddress()
           
 

Uses of USAddress in com.hammurapi.party.util
 

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