org.mindswap.pellet.datatypes
Class RDFXMLLiteral
java.lang.Object
org.mindswap.pellet.datatypes.BaseDatatype
org.mindswap.pellet.datatypes.BaseAtomicDatatype
org.mindswap.pellet.datatypes.RDFXMLLiteral
- All Implemented Interfaces:
- AtomicDatatype, Datatype
public class RDFXMLLiteral
- extends BaseAtomicDatatype
- implements AtomicDatatype
- Author:
- Evren Sirin
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
instance
public static final RDFXMLLiteral instance
getPrimitiveType
public AtomicDatatype getPrimitiveType()
- Specified by:
getPrimitiveType in interface AtomicDatatype
getValue
public java.lang.Object getValue(java.lang.String value,
java.lang.String datatypeURI)
- Specified by:
getValue in interface Datatype
contains
public boolean contains(java.lang.Object value)
- Specified by:
contains in interface Datatype- Overrides:
contains in class BaseAtomicDatatype
toString
public java.lang.String toString()
- Overrides:
toString in class BaseAtomicDatatype
Copyright © 2004 Evren Sirin. All Rights Reserved.