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
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()
Submit a bug report or feature request
Copyright (c) 1998-2012 Stanford University.