org.deri.iris.api.terms.concrete
Interface ISqName

All Superinterfaces:
Comparable<ITerm>, IConcreteTerm, ITerm
All Known Implementing Classes:
SqName

public interface ISqName
extends IConcreteTerm

An interface for representing a sQName identifier.

Author:
Richard P??ttler

Method Summary
 String getName()
          Returns the name.
 IIri getNamespace()
          Returns the namespace.
 String getValue()
          Return the wrapped type.
 
Methods inherited from interface org.deri.iris.api.terms.IConcreteTerm
getDatatypeIRI, toCanonicalString
 
Methods inherited from interface org.deri.iris.api.terms.ITerm
isGround
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getValue

String getValue()
Return the wrapped type.

Specified by:
getValue in interface ITerm
Returns:
The term value.

getNamespace

IIri getNamespace()
Returns the namespace.

Returns:
The namespace.

getName

String getName()
Returns the name.

Returns:
The name.