Protégé-OWL 3.4.8

edu.stanford.smi.protegex.owl.swrl.sqwrl
Interface DataValue

All Superinterfaces:
Comparable<SQWRLResultValue>, SQWRLResultValue
All Known Implementing Classes:
DataValueImpl, OWLDataValueImpl

public interface DataValue
extends SQWRLResultValue


Method Summary
 boolean getBoolean()
           
 byte getByte()
           
 double getDouble()
           
 float getFloat()
           
 int getInt()
           
 long getLong()
           
 Number getNumber()
           
 short getShort()
           
 String getString()
           
 Object getValue()
           
 XSDType getXSDType()
           
 boolean isBoolean()
           
 boolean isComparable()
           
 boolean isDouble()
           
 boolean isFloat()
           
 boolean isInteger()
           
 boolean isLong()
           
 boolean isNumeric()
           
 boolean isShort()
           
 boolean isString()
           
 String toQuotedString()
           
 String toString()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getString

String getString()
                 throws DataValueConversionException
Throws:
DataValueConversionException

getNumber

Number getNumber()
                 throws DataValueConversionException
Throws:
DataValueConversionException

getXSDType

XSDType getXSDType()
                   throws DataValueConversionException
Throws:
DataValueConversionException

getBoolean

boolean getBoolean()
                   throws DataValueConversionException
Throws:
DataValueConversionException

getInt

int getInt()
           throws DataValueConversionException
Throws:
DataValueConversionException

getLong

long getLong()
             throws DataValueConversionException
Throws:
DataValueConversionException

getFloat

float getFloat()
               throws DataValueConversionException
Throws:
DataValueConversionException

getDouble

double getDouble()
                 throws DataValueConversionException
Throws:
DataValueConversionException

getShort

short getShort()
               throws DataValueConversionException
Throws:
DataValueConversionException

getByte

byte getByte()
             throws DataValueConversionException
Throws:
DataValueConversionException

isNumeric

boolean isNumeric()

isBoolean

boolean isBoolean()

isShort

boolean isShort()

isInteger

boolean isInteger()

isLong

boolean isLong()

isFloat

boolean isFloat()

isDouble

boolean isDouble()

isString

boolean isString()

isComparable

boolean isComparable()

getValue

Object getValue()

toString

String toString()
Overrides:
toString in class Object

toQuotedString

String toQuotedString()

Protégé-OWL 3.4.8

Submit a bug report or feature request
Copyright (c) 1998-2012 Stanford University.