Uses of Interface
com.hammurapi.party.Person

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

Uses of Person in com.hammurapi.party
 

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

Uses of Person in com.hammurapi.party.impl
 

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

Methods in com.hammurapi.party.impl that return Person
 Person PartyFactoryImpl.createPerson()
           
 

Uses of Person in com.hammurapi.party.util
 

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