Uses of Interface
com.hammurapi.party.EMail

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

Uses of EMail in com.hammurapi.party
 

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

Uses of EMail in com.hammurapi.party.impl
 

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

Methods in com.hammurapi.party.impl that return EMail
 EMail PartyFactoryImpl.createEMail()
           
 

Uses of EMail in com.hammurapi.party.util
 

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