Uses of Interface
com.hammurapi.party.Identity

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

Uses of Identity in com.hammurapi.party
 

Methods in com.hammurapi.party that return Identity
 Identity PartyFactory.createIdentity()
          Returns a new object of class 'Identity'.
 

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

Uses of Identity in com.hammurapi.party.impl
 

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

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

Methods in com.hammurapi.party.impl that return Identity
 Identity PartyFactoryImpl.createIdentity()
           
 

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

Uses of Identity in com.hammurapi.party.util
 

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