public interface Value
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
stringValue()
Returns the String-value of a Value object.
|
default boolean isIRI()
For implementers: This default implementation is overridden in the repsective sub-interface.
IRIdefault boolean isResource()
default boolean isLiteral()
default boolean isTriple()
java.lang.String stringValue()
Copyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence