Uses of Interface
com.hammurapi.party.ContactInfo

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

Uses of ContactInfo in com.hammurapi.party
 

Subinterfaces of ContactInfo in com.hammurapi.party
 interface Address
          A representation of the model object 'Address'.
 interface Custom
          A representation of the model object 'Custom'.
 interface EMail
          A representation of the model object 'EMail'.
 interface Phone
          A representation of the model object 'Phone'.
 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'.
 

Methods in com.hammurapi.party that return types with arguments of type ContactInfo
 org.eclipse.emf.common.util.EList<ContactInfo> Party.getContactInfo()
          Returns the value of the 'Contact Info' containment reference list.
 

Uses of ContactInfo in com.hammurapi.party.impl
 

Classes in com.hammurapi.party.impl that implement ContactInfo
 class CustomImpl
          An implementation of the model object 'Custom'.
 class EMailImpl
          An implementation of the model object 'EMail'.
 class PhoneImpl
          An implementation of the model object 'Phone'.
 class USAddressImpl
          An implementation of the model object 'US Address'.
 class WebImpl
          An implementation of the model object 'Web'.
 

Fields in com.hammurapi.party.impl with type parameters of type ContactInfo
protected  org.eclipse.emf.common.util.EList<ContactInfo> OrganizationImpl.contactInfo
          The cached value of the 'Contact Info' containment reference list.
protected  org.eclipse.emf.common.util.EList<ContactInfo> PersonImpl.contactInfo
          The cached value of the 'Contact Info' containment reference list.
 

Methods in com.hammurapi.party.impl that return types with arguments of type ContactInfo
 org.eclipse.emf.common.util.EList<ContactInfo> OrganizationImpl.getContactInfo()
           
 org.eclipse.emf.common.util.EList<ContactInfo> PersonImpl.getContactInfo()
           
 

Uses of ContactInfo in com.hammurapi.party.util
 

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