Uses of Enum
org.eclipse.rdf4j.sail.shacl.wrapper.data.ConnectionsGroup.StatementPosition
Packages that use ConnectionsGroup.StatementPosition
-
Uses of ConnectionsGroup.StatementPosition in org.eclipse.rdf4j.sail.shacl.wrapper.data
Subclasses with type arguments of type ConnectionsGroup.StatementPosition in org.eclipse.rdf4j.sail.shacl.wrapper.dataMethods in org.eclipse.rdf4j.sail.shacl.wrapper.data that return ConnectionsGroup.StatementPositionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ConnectionsGroup.StatementPosition[]
ConnectionsGroup.StatementPosition.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data with parameters of type ConnectionsGroup.StatementPositionModifier and TypeMethodDescription<T extends Value>
TConnectionsGroup.getSailSpecificValue
(T value, ConnectionsGroup.StatementPosition statementPosition, SailConnection connection) This method is a performance optimization for converting a more general value object, like RDF.TYPE, to the specific Value object that the underlying sail would use for that node.