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

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

Uses of ISupportedClaimType in org.eclipse.higgins.cardstore
 

Methods in org.eclipse.higgins.cardstore that return ISupportedClaimType
 ISupportedClaimType CardStoreDomBuilder.createSupportedClaimType()
           
 ISupportedClaimType ICardStoreBuilder.createSupportedClaimType()
           
 

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

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity that return ISupportedClaimType
 ISupportedClaimType[] IInformationCard.getSupportedClaimTypeList()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity with parameters of type ISupportedClaimType
 void IInformationCard.setSupportedClaimTypeList(ISupportedClaimType[] value)
           
 

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

Classes in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that implement ISupportedClaimType
 class SupportedClaimType
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that return ISupportedClaimType
 ISupportedClaimType[] InformationCardMetaData.getSupportedClaimTypeList()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl with parameters of type ISupportedClaimType
 void InformationCardMetaData.setSupportedClaimTypeList(ISupportedClaimType[] value)