com.hp.hpl.jena.sparql.expr.nodevalue
Class NodeValueInteger
java.lang.Object
com.hp.hpl.jena.sparql.expr.ExprNode
com.hp.hpl.jena.sparql.expr.NodeValue
com.hp.hpl.jena.sparql.expr.nodevalue.NodeValueInteger
- All Implemented Interfaces:
- Expr
public class NodeValueInteger
- extends NodeValue
| Methods inherited from class com.hp.hpl.jena.sparql.expr.NodeValue |
apply, applyNodeTransform, asNode, asQuotedString, asQuotedString, asUnquotedString, booleanReturn, compare, compareAlways, copySubstitute, equals, eval, evalNode, getBoolean, getConstant, getDateTime, getDuration, getNode, getString, hasDateTime, hashCode, hasNode, isBlank, isBoolean, isConstant, isDate, isDateTime, isDuration, isGDay, isGMonth, isGMonthDay, isGYear, isGYearMonth, isIRI, isLiteral, isString, isTime, makeBoolean, makeDate, makeDate, makeDateTime, makeDateTime, makeDecimal, makeDecimal, makeDecimal, makeDecimal, makeDouble, makeFloat, makeInteger, makeInteger, makeInteger, makeNode, makeNode, makeNode, makeNode, makeNodeBoolean, makeNodeBoolean, makeNodeDate, makeNodeDate, makeNodeDateTime, makeNodeDateTime, makeNodeDecimal, makeNodeDecimal, makeNodeDouble, makeNodeDouble, makeNodeFloat, makeNodeFloat, makeNodeInteger, makeNodeInteger, makeNodeString, makeString, notSameAs, notSameAs, raise, sameAs, toNode, visit |
| Methods inherited from class com.hp.hpl.jena.sparql.expr.ExprNode |
asVar, copySubstitute, deepCopy, getExpr, getExprVar, getFunction, getGraphPattern, getVarName, getVarNamesMentioned, getVarsMentioned, isExpr, isFunction, isGraphPattern, isSatisfied, isVariable, varNamesMentioned, varsMentioned |
NodeValueInteger
public NodeValueInteger(BigInteger i)
NodeValueInteger
public NodeValueInteger(BigInteger i,
com.hp.hpl.jena.graph.Node n)
NodeValueInteger
public NodeValueInteger(long i,
com.hp.hpl.jena.graph.Node n)
NodeValueInteger
public NodeValueInteger(long i)
isNumber
public boolean isNumber()
- Overrides:
isNumber in class NodeValue
isInteger
public boolean isInteger()
- Overrides:
isInteger in class NodeValue
isDecimal
public boolean isDecimal()
- Overrides:
isDecimal in class NodeValue
isFloat
public boolean isFloat()
- Overrides:
isFloat in class NodeValue
isDouble
public boolean isDouble()
- Overrides:
isDouble in class NodeValue
getInteger
public BigInteger getInteger()
- Overrides:
getInteger in class NodeValue
getDouble
public double getDouble()
- Overrides:
getDouble in class NodeValue
getFloat
public float getFloat()
- Overrides:
getFloat in class NodeValue
getDecimal
public BigDecimal getDecimal()
- Overrides:
getDecimal in class NodeValue
asString
public String asString()
- Overrides:
asString in class NodeValue
toString
public String toString()
- Overrides:
toString in class NodeValue
visit
public void visit(NodeValueVisitor visitor)
- Specified by:
visit in class NodeValue
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.