org.eclipse.higgins.icard
Interface ISimpleClaim

All Superinterfaces:
IClaim

public interface ISimpleClaim
extends IClaim

Represents an interface of simple claims.


Method Summary
 List getValues()
           
 void setValues(List newValues)
           
 
Methods inherited from interface org.eclipse.higgins.icard.IClaim
getType, getTypeLocalName
 

Method Detail

getValues

List getValues()

setValues

void setValues(List newValues)
               throws InvalidValueException,
                      InvalidStateException,
                      ReadOnlyObjectException,
                      InvalidValueCountException
Throws:
InvalidValueException
InvalidStateException
ReadOnlyObjectException
InvalidValueCountException