org.eclipse.higgins.icard
Interface IClaimTypeContainer

All Known Subinterfaces:
ICard, IClaimContainer, IComplexClaim, IComplexClaimType, IInformationCard, IManagedInformationCard, IPersonalInformationCard

public interface IClaimTypeContainer

The IClaimTypeContainer interface defines a container intarface for IClaimType objects. Represents a model of an IClaimContainer containers.


Method Summary
 Iterator getSupportedClaimTypes()
          Return a list of IClaimTypes which describes a set of IClaims that are supported by some IClaimContainer.
 

Method Detail

getSupportedClaimTypes

public Iterator getSupportedClaimTypes()
Return a list of IClaimTypes which describes a set of IClaims that are supported by some IClaimContainer.

See Also:
IClaim, IClaimType, IClaimContainer