org.eclipse.higgins.rp.util
Class RPClaimTypeImpl

java.lang.Object
  extended byorg.eclipse.higgins.rp.util.RPClaimTypeImpl
All Implemented Interfaces:
RPClaimType

public class RPClaimTypeImpl
extends Object
implements RPClaimType


Constructor Summary
RPClaimTypeImpl(String uriString)
           
RPClaimTypeImpl(URI u)
           
 
Method Summary
static String claimListToString(List claimList)
           
static String claimListToString(List claimList, String separator)
           
 String getDisplayName()
           
 URI getName()
           
 String getShortName()
           
 void setDisplayName(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPClaimTypeImpl

public RPClaimTypeImpl(String uriString)
                throws URISyntaxException

RPClaimTypeImpl

public RPClaimTypeImpl(URI u)
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface RPClaimType

getName

public URI getName()
Specified by:
getName in interface RPClaimType

getShortName

public String getShortName()
Specified by:
getShortName in interface RPClaimType

setDisplayName

public void setDisplayName(String name)

claimListToString

public static String claimListToString(List claimList)

claimListToString

public static String claimListToString(List claimList,
                                       String separator)