Uses of Interface
com.hammurapi.party.CommonObject

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

Uses of CommonObject in com.hammurapi.party
 

Methods in com.hammurapi.party that return CommonObject
 CommonObject Role.getOwner()
          Returns the value of the 'Owner' container reference.
 

Methods in com.hammurapi.party with parameters of type CommonObject
 void Role.setOwner(CommonObject value)
          Sets the value of the 'Owner' container reference.
 

Uses of CommonObject in com.hammurapi.party.impl
 

Methods in com.hammurapi.party.impl that return CommonObject
 CommonObject RoleImpl.getOwner()
           
 

Methods in com.hammurapi.party.impl with parameters of type CommonObject
 org.eclipse.emf.common.notify.NotificationChain RoleImpl.basicSetOwner(CommonObject newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RoleImpl.setOwner(CommonObject newOwner)
           
 

Uses of CommonObject in com.hammurapi.party.util
 

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