org.eclipse.higgins.rp.util
Class RPClaimImpl
java.lang.Object
org.eclipse.higgins.rp.util.RPClaimImpl
- All Implemented Interfaces:
- RPClaim
public class RPClaimImpl
- extends Object
- implements RPClaim
A simple implementation of the Claim interface
RPClaimImpl
public RPClaimImpl(RPClaimType t)
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)