public interface Value extends Serializable
Modifier and Type | Method and Description |
---|---|
default boolean |
isBNode()
Check if the object is an instance of the given type.
|
default boolean |
isIRI()
Check if the object is an instance of the given type.
|
default boolean |
isLiteral()
Check if the object is an instance of the given type.
|
default boolean |
isResource()
Check if the object is an instance of the given type.
|
default boolean |
isTriple()
Check if the object is an instance of the given type.
|
String |
stringValue()
Returns the String-value of a Value object.
|
default boolean isBNode()
BNode
default boolean isIRI()
IRI
default boolean isResource()
Resource
default boolean isLiteral()
Literal
default boolean isTriple()
Triple
String stringValue()
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.