Package com.apicatalog.rdf
Interface RdfResource
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default RdfLiteralasLiteral()Return the RdfValue as a RdfLiteraldefault booleanisLiteral()Indicates if the value type is RDF literal.
-
-
-
Method Detail
-
isLiteral
default boolean isLiteral()
Description copied from interface:RdfValueIndicates if the value type is RDF literal.
-
asLiteral
default RdfLiteral asLiteral()
Description copied from interface:RdfValueReturn the RdfValue as a RdfLiteral
-
-