org.eclipse.higgins.sts.common
Class Claim

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.Claim
All Implemented Interfaces:
org.eclipse.higgins.sts.api.IClaim

public class Claim
extends java.lang.Object
implements org.eclipse.higgins.sts.api.IClaim

Author:
mikemci

Constructor Summary
Claim()
           
 
Method Summary
 void addValue(java.lang.String strValue)
           
 org.eclipse.higgins.sts.api.IMetadata getMetadata()
           
 java.lang.Object getSerialized()
           
 org.eclipse.higgins.sts.api.IClaimType getType()
           
 java.util.Iterator getValues()
           
 void setMetadata(org.eclipse.higgins.sts.api.IMetadata metadata)
           
 void setType(org.eclipse.higgins.sts.api.IClaimType claimType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Claim

public Claim()
Method Detail

getMetadata

public org.eclipse.higgins.sts.api.IMetadata getMetadata()
Specified by:
getMetadata in interface org.eclipse.higgins.sts.api.IClaim

getSerialized

public java.lang.Object getSerialized()
Specified by:
getSerialized in interface org.eclipse.higgins.sts.api.IClaim

getType

public org.eclipse.higgins.sts.api.IClaimType getType()
Specified by:
getType in interface org.eclipse.higgins.sts.api.IClaim

getValues

public java.util.Iterator getValues()
Specified by:
getValues in interface org.eclipse.higgins.sts.api.IClaim

addValue

public void addValue(java.lang.String strValue)
Specified by:
addValue in interface org.eclipse.higgins.sts.api.IClaim

setMetadata

public void setMetadata(org.eclipse.higgins.sts.api.IMetadata metadata)
Specified by:
setMetadata in interface org.eclipse.higgins.sts.api.IClaim

setType

public void setType(org.eclipse.higgins.sts.api.IClaimType claimType)
Specified by:
setType in interface org.eclipse.higgins.sts.api.IClaim