Uses of Interface
com.hammurapi.party.Party

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

Uses of Party in com.hammurapi.party
 

Subinterfaces of Party in com.hammurapi.party
 interface Organization
          A representation of the model object 'Organization'.
 interface Person
          A representation of the model object 'Person'.
 

Methods in com.hammurapi.party that return Party
 Party ContactInfo.getOwner()
          Returns the value of the 'Owner' container reference.
 Party MatrixRelationship.getTarget()
          Returns the value of the 'Target' reference.
 

Methods in com.hammurapi.party that return types with arguments of type Party
 org.eclipse.emf.common.util.EList<Party> Organization.getChildren()
          Returns the value of the 'Children' containment reference list.
 org.eclipse.emf.common.util.EList<Party> Organization.getExternalChildren()
          Returns the value of the 'External Children' reference list.
 org.eclipse.emf.common.util.EList<Party> Role.getParty()
          Returns the value of the 'Party' reference list.
 org.eclipse.emf.common.util.EList<Party> Party.getPath()
          Party's path in the hierarchy.
 

Methods in com.hammurapi.party with parameters of type Party
 void ContactInfo.setOwner(Party value)
          Sets the value of the 'Owner' container reference.
 void MatrixRelationship.setTarget(Party value)
          Sets the value of the 'Target' reference.
 

Uses of Party in com.hammurapi.party.impl
 

Classes in com.hammurapi.party.impl that implement Party
 class OrganizationImpl
          An implementation of the model object 'Organization'.
 class PersonImpl
          An implementation of the model object 'Person'.
 

Fields in com.hammurapi.party.impl declared as Party
protected  Party MatrixRelationshipImpl.target
          The cached value of the 'Target' reference.
 

Fields in com.hammurapi.party.impl with type parameters of type Party
protected  org.eclipse.emf.common.util.EList<Party> OrganizationImpl.children
          The cached value of the 'Children' containment reference list.
protected  org.eclipse.emf.common.util.EList<Party> OrganizationImpl.externalChildren
          The cached value of the 'External Children' reference list.
protected  org.eclipse.emf.common.util.EList<Party> RoleImpl.party
          The cached value of the 'Party' reference list.
 

Methods in com.hammurapi.party.impl that return Party
 Party MatrixRelationshipImpl.basicGetTarget()
           
 Party CustomImpl.getOwner()
           
 Party EMailImpl.getOwner()
           
 Party PhoneImpl.getOwner()
           
 Party USAddressImpl.getOwner()
           
 Party WebImpl.getOwner()
           
 Party MatrixRelationshipImpl.getTarget()
           
 

Methods in com.hammurapi.party.impl that return types with arguments of type Party
 org.eclipse.emf.common.util.EList<Party> OrganizationImpl.getChildren()
           
 org.eclipse.emf.common.util.EList<Party> OrganizationImpl.getExternalChildren()
           
 org.eclipse.emf.common.util.EList<Party> RoleImpl.getParty()
           
 org.eclipse.emf.common.util.EList<Party> OrganizationImpl.getPath()
           
 org.eclipse.emf.common.util.EList<Party> PersonImpl.getPath()
           
 

Methods in com.hammurapi.party.impl with parameters of type Party
 org.eclipse.emf.common.notify.NotificationChain CustomImpl.basicSetOwner(Party newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain EMailImpl.basicSetOwner(Party newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PhoneImpl.basicSetOwner(Party newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain USAddressImpl.basicSetOwner(Party newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain WebImpl.basicSetOwner(Party newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CustomImpl.setOwner(Party newOwner)
           
 void EMailImpl.setOwner(Party newOwner)
           
 void PhoneImpl.setOwner(Party newOwner)
           
 void USAddressImpl.setOwner(Party newOwner)
           
 void WebImpl.setOwner(Party newOwner)
           
 void MatrixRelationshipImpl.setTarget(Party newTarget)
           
 

Uses of Party in com.hammurapi.party.util
 

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