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

Packages that use ReadOnlyObjectException
org.eclipse.higgins.icard   
 

Uses of ReadOnlyObjectException in org.eclipse.higgins.icard
 

Methods in org.eclipse.higgins.icard that throw ReadOnlyObjectException
 void ISimpleClaim.setValues(List newValues)
           
 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.