Uses of Interface
org.eclipse.higgins.icard.IClaim

Packages that use IClaim
org.eclipse.higgins.icard   
 

Uses of IClaim in org.eclipse.higgins.icard
 

Subinterfaces of IClaim in org.eclipse.higgins.icard
 interface IComplexClaim
          Represents an interface of complex claims.
 interface ISimpleClaim
          Represents an interface of simple claims.
 

Methods in org.eclipse.higgins.icard that return IClaim
 IClaim IClaimContainer.createClaim(String type)
          Creates a new IClaim object for this container of claims and adds it to the container.
 IClaim IClaimContainer.getClaim(String type)
          Returns the specified claim of this object.
 IClaim ICard.getClaimByLocalName(String typeLocalName)
           
 IClaim IClaimContainer.setClaim(IClaim copyFrom)
          Creates a new IClaim object for this container of claims with the type specified by copyFrom.getType() if corresponding IClaim object doesn't exist yet in this container.
 

Methods in org.eclipse.higgins.icard with parameters of type IClaim
 IClaim IClaimContainer.setClaim(IClaim copyFrom)
          Creates a new IClaim object for this container of claims with the type specified by copyFrom.getType() if corresponding IClaim object doesn't exist yet in this container.