org.deri.iris.api.terms
Interface IStringTerm

All Superinterfaces:
Comparable<ITerm>, IConcreteTerm, ITerm
All Known Subinterfaces:
IENTITY, IID, IIDREF, ILanguage, IName, INCName, INMTOKEN, INormalizedString, IToken
All Known Implementing Classes:
ENTITY, ID, IDREF, Language, Name, NCName, NMTOKEN, NormalizedString, StringTerm, Token

public interface IStringTerm
extends IConcreteTerm

An interface for representing a string term. A string term is a constant term which represents a string.

Author:
Darko Anicic, DERI Innsbruck

Method Summary
 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.