org.eclipse.higgins.sts.common
Class ClaimType
java.lang.Object
org.eclipse.higgins.sts.common.ClaimType
- All Implemented Interfaces:
- org.eclipse.higgins.sts.api.IClaimType
- public class ClaimType
- extends Object
- implements org.eclipse.higgins.sts.api.IClaimType
- Author:
- mikemci
ClaimType
public ClaimType()
setDialect
public void setDialect(URI uriDialect)
- Specified by:
setDialect in interface org.eclipse.higgins.sts.api.IClaimType
setName
public void setName(URI uriName)
- Specified by:
setName in interface org.eclipse.higgins.sts.api.IClaimType
getDialect
public URI getDialect()
- Specified by:
getDialect in interface org.eclipse.higgins.sts.api.IClaimType
getName
public URI getName()
- Specified by:
getName in interface org.eclipse.higgins.sts.api.IClaimType
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface org.eclipse.higgins.sts.api.IClaimType
setDisplayName
public void setDisplayName(String strDisplayName)
- Specified by:
setDisplayName in interface org.eclipse.higgins.sts.api.IClaimType
getShortName
public String getShortName()
- Specified by:
getShortName in interface org.eclipse.higgins.sts.api.IClaimType
setShortName
public void setShortName(String strShortName)
- Specified by:
setShortName in interface org.eclipse.higgins.sts.api.IClaimType