Uses of Class
org.eclipse.rdf4j.federated.algebra.StatementSource.StatementSourceType
-
Packages that use StatementSource.StatementSourceType Package Description org.eclipse.rdf4j.federated.algebra -
-
Uses of StatementSource.StatementSourceType in org.eclipse.rdf4j.federated.algebra
Fields in org.eclipse.rdf4j.federated.algebra declared as StatementSource.StatementSourceType Modifier and Type Field Description protected StatementSource.StatementSourceType
StatementSource. type
Methods in org.eclipse.rdf4j.federated.algebra that return StatementSource.StatementSourceType Modifier and Type Method Description static StatementSource.StatementSourceType
StatementSource.StatementSourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatementSource.StatementSourceType[]
StatementSource.StatementSourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.rdf4j.federated.algebra with parameters of type StatementSource.StatementSourceType Constructor Description StatementSource(String name, StatementSource.StatementSourceType type)
-