Uses of Interface
com.hammurapi.party.URL

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

Uses of URL in com.hammurapi.party
 

Subinterfaces of URL in com.hammurapi.party
 interface EMail
          A representation of the model object 'EMail'.
 interface Web
          A representation of the model object 'Web'.
 

Uses of URL in com.hammurapi.party.impl
 

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

Uses of URL in com.hammurapi.party.util
 

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