org.eclipse.higgins.rp.util
Class RPClaimImpl

java.lang.Object
  extended byorg.eclipse.higgins.rp.util.RPClaimImpl
All Implemented Interfaces:
RPClaim

public class RPClaimImpl
extends Object
implements RPClaim

A simple implementation of the Claim interface


Constructor Summary
RPClaimImpl(RPClaimType t)
           
 
Method Summary
 void addValue(Object o)
           
 String getMetadata()
           
 String getSerialized()
           
 RPClaimType getType()
           
 Iterator getValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPClaimImpl

public RPClaimImpl(RPClaimType t)
Method Detail

getMetadata

public String getMetadata()
Specified by:
getMetadata in interface RPClaim

getSerialized

public String getSerialized()
Specified by:
getSerialized in interface RPClaim

getType

public RPClaimType getType()
Specified by:
getType in interface RPClaim

getValues

public Iterator getValues()
Specified by:
getValues in interface RPClaim

addValue

public void addValue(Object o)