Uses of Interface
com.hammurapi.party.Tagged

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

Uses of Tagged in com.hammurapi.party
 

Subinterfaces of Tagged in com.hammurapi.party
 interface Address
          A representation of the model object 'Address'.
 interface ContactInfo
          A representation of the model object 'Contact Info'.
 interface Custom
          A representation of the model object 'Custom'.
 interface DateEffectiveObject
          A representation of the model object 'Date Effective Object'.
 interface EMail
          A representation of the model object 'EMail'.
 interface MatrixRelationship
          A representation of the model object 'Matrix Relationship'.
 interface Organization
          A representation of the model object 'Organization'.
 interface Party
          A representation of the model object 'Party'.
 interface Person
          A representation of the model object 'Person'.
 interface Phone
          A representation of the model object 'Phone'.
 interface Role
          A representation of the model object 'Role'.
 interface URL
          A representation of the model object 'URL'.
 interface USAddress
          A representation of the model object 'US Address'.
 interface Web
          A representation of the model object 'Web'.
 

Uses of Tagged in com.hammurapi.party.impl
 

Classes in com.hammurapi.party.impl that implement Tagged
 class CustomImpl
          An implementation of the model object 'Custom'.
 class EMailImpl
          An implementation of the model object 'EMail'.
 class MatrixRelationshipImpl
          An implementation of the model object 'Matrix Relationship'.
 class OrganizationImpl
          An implementation of the model object 'Organization'.
 class PersonImpl
          An implementation of the model object 'Person'.
 class PhoneImpl
          An implementation of the model object 'Phone'.
 class RoleImpl
          An implementation of the model object 'Role'.
 class USAddressImpl
          An implementation of the model object 'US Address'.
 class WebImpl
          An implementation of the model object 'Web'.
 

Uses of Tagged in com.hammurapi.party.util
 

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