Uses of Interface
com.hammurapi.party.Phone

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

Uses of Phone in com.hammurapi.party
 

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

Uses of Phone in com.hammurapi.party.impl
 

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

Methods in com.hammurapi.party.impl that return Phone
 Phone PartyFactoryImpl.createPhone()
           
 

Uses of Phone in com.hammurapi.party.util
 

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