org.eclipse.higgins.rp.util
Class RPClaimTypeImpl
java.lang.Object
org.eclipse.higgins.rp.util.RPClaimTypeImpl
- All Implemented Interfaces:
- RPClaimType
public class RPClaimTypeImpl
- extends Object
- implements RPClaimType
RPClaimTypeImpl
public RPClaimTypeImpl(String uriString)
throws URISyntaxException
- Throws:
URISyntaxException
RPClaimTypeImpl
public RPClaimTypeImpl(URI u)
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)