Package org.eclipse.rdf4j.model.impl
Class BooleanLiteralImpl
- java.lang.Object
-
- org.eclipse.rdf4j.model.base.AbstractLiteral
-
- org.eclipse.rdf4j.model.impl.SimpleLiteral
-
- org.eclipse.rdf4j.model.impl.BooleanLiteral
-
- org.eclipse.rdf4j.model.impl.BooleanLiteralImpl
-
- All Implemented Interfaces:
Serializable
,Literal
,Value
@Deprecated public class BooleanLiteralImpl extends BooleanLiteral
Deprecated.since 2.0. UseBooleanLiteral
instead.- Author:
- Jeen Broekstra
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BooleanLiteralImpl
FALSE
Deprecated.since 2.0.static BooleanLiteralImpl
TRUE
Deprecated.since 2.0.
-
Constructor Summary
Constructors Modifier Constructor Description protected
BooleanLiteralImpl(boolean b)
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.model.impl.BooleanLiteral
booleanValue, valueOf
-
Methods inherited from class org.eclipse.rdf4j.model.impl.SimpleLiteral
byteValue, calendarValue, decimalValue, doubleValue, equals, floatValue, getDatatype, getLabel, getLanguage, getXsdDatatype, hashCode, integerValue, intValue, longValue, setDatatype, setDatatype, setLabel, setLanguage, shortValue, stringValue, toString
-
Methods inherited from class org.eclipse.rdf4j.model.base.AbstractLiteral
temporalAccessorValue, temporalAmountValue
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.model.Value
isBNode, isIRI, isResource, isTriple
-
-
-
-
Field Detail
-
TRUE
@Deprecated public static final BooleanLiteralImpl TRUE
Deprecated.since 2.0. UseBooleanLiteral.TRUE
instead.
-
FALSE
@Deprecated public static final BooleanLiteralImpl FALSE
Deprecated.since 2.0. UseBooleanLiteral.FALSE
instead.
-
-
Constructor Detail
-
BooleanLiteralImpl
@Deprecated protected BooleanLiteralImpl(boolean b)
Deprecated.
-
-