Uses of Enum
org.eclipse.rdf4j.federated.endpoint.EndpointClassification
Packages that use EndpointClassification
-
Uses of EndpointClassification in org.eclipse.rdf4j.federated.endpoint
Fields in org.eclipse.rdf4j.federated.endpoint declared as EndpointClassificationModifier and TypeFieldDescriptionprotected EndpointClassification
EndpointBase.endpointClassification
Methods in org.eclipse.rdf4j.federated.endpoint that return EndpointClassificationModifier and TypeMethodDescriptionEndpoint.getEndpointClassification()
EndpointBase.getEndpointClassification()
static EndpointClassification
Returns the enum constant of this type with the specified name.static EndpointClassification[]
EndpointClassification.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.federated.endpoint with parameters of type EndpointClassificationModifier and TypeMethodDescriptionvoid
EndpointBase.setEndpointClassification(EndpointClassification endpointClassification)
Constructors in org.eclipse.rdf4j.federated.endpoint with parameters of type EndpointClassificationModifierConstructorDescriptionEndpointBase(RepositoryInformation repoInfo, String endpoint, EndpointClassification endpointClassification)
ManagedRepositoryEndpoint(RepositoryInformation repoInfo, String endpoint, EndpointClassification endpointClassification, Repository repo)
RepositoryEndpoint(RepositoryInformation repoInfo, String endpoint, EndpointClassification endpointClassification, Repository repository)
ResolvableEndpoint(RepositoryInformation repoInfo, String endpoint, EndpointClassification endpointClassification)