Uses of Interface
org.eclipse.higgins.cardstore.schemas._2005._05.identity.IInformationCardReference

Packages that use IInformationCardReference
org.eclipse.higgins.cardstore   
org.eclipse.higgins.cardstore.schemas._2005._05.identity   
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl   
 

Uses of IInformationCardReference in org.eclipse.higgins.cardstore
 

Methods in org.eclipse.higgins.cardstore that return IInformationCardReference
 IInformationCardReference CardStoreDomBuilder.createInformationCardReference()
           
 IInformationCardReference ICardStoreBuilder.createInformationCardReference()
           
 

Uses of IInformationCardReference in org.eclipse.higgins.cardstore.schemas._2005._05.identity
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity that return IInformationCardReference
 IInformationCardReference IInformationCard.getInformationCardReference()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity with parameters of type IInformationCardReference
 void IInformationCard.setInformationCardReference(IInformationCardReference value)
           
 

Uses of IInformationCardReference in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
 

Classes in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that implement IInformationCardReference
 class InformationCardReference
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that return IInformationCardReference
 IInformationCardReference InformationCardMetaData.getInformationCardReference()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl with parameters of type IInformationCardReference
 void InformationCardMetaData.setInformationCardReference(IInformationCardReference value)