org.eclipse.higgins.rp.tokens
Interface RPClaim

All Known Implementing Classes:
RPClaimImpl

public interface RPClaim


Method Summary
 String getMetadata()
           
 String getSerialized()
           
 RPClaimType getType()
           
 Iterator getValues()
           
 

Method Detail

getType

public RPClaimType getType()

getValues

public Iterator getValues()

getMetadata

public String getMetadata()

getSerialized

public String getSerialized()