org.eclipse.higgins.icard
Interface IClaim

All Known Subinterfaces:
IComplexClaim, ISimpleClaim

public interface IClaim

The IClaim interface defines a set of methods to make an assertion of a specific type about an implicit subject.


Method Summary
 IClaimType getType()
          Gets the type of this IClaim object.
 String getTypeLocalName()
           
 

Method Detail

getType

public IClaimType getType()
Gets the type of this IClaim object. Depending on the type this instance of IClaim object could be an instance of either simple or complex.


getTypeLocalName

public String getTypeLocalName()