Uses of Class
org.eclipse.higgins.icard.InvalidTypeException

Packages that use InvalidTypeException
org.eclipse.higgins.icard   
 

Uses of InvalidTypeException in org.eclipse.higgins.icard
 

Methods in org.eclipse.higgins.icard that throw InvalidTypeException
 IClaim ICard.getClaimByLocalName(String typeLocalName)
           
 IClaim IClaimContainer.getClaim(String type)
          Returns the specified claim of this object.
 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.
 IClaim IClaimContainer.createClaim(String type)
          Creates a new IClaim object for this container of claims and adds it to the container.