Uses of Interface
com.hammurapi.party.Organization

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

Uses of Organization in com.hammurapi.party
 

Methods in com.hammurapi.party that return Organization
 Organization PartyFactory.createOrganization()
          Returns a new object of class 'Organization'.
 Organization Party.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in com.hammurapi.party with parameters of type Organization
 void Party.setExternalParent(Organization externalParent)
           
 void Party.setParent(Organization value)
          Sets the value of the 'Parent' container reference.
 

Uses of Organization in com.hammurapi.party.impl
 

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

Methods in com.hammurapi.party.impl that return Organization
 Organization PartyFactoryImpl.createOrganization()
           
 Organization OrganizationImpl.getParent()
           
 Organization PersonImpl.getParent()
           
 

Methods in com.hammurapi.party.impl with parameters of type Organization
 org.eclipse.emf.common.notify.NotificationChain OrganizationImpl.basicSetParent(Organization newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PersonImpl.basicSetParent(Organization newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void OrganizationImpl.setExternalParent(Organization externalParent)
           
 void PersonImpl.setExternalParent(Organization externalParent)
           
 void OrganizationImpl.setParent(Organization newParent)
           
 void PersonImpl.setParent(Organization newParent)
           
 

Uses of Organization in com.hammurapi.party.util
 

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