Uses of Enum
org.eclipse.rdf4j.federated.endpoint.EndpointClassification
-
Uses of EndpointClassification in org.eclipse.rdf4j.federated.endpoint
Modifier and TypeFieldDescriptionprotected EndpointClassification
EndpointBase.endpointClassification
Modifier 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.Modifier and TypeMethodDescriptionvoid
EndpointBase.setEndpointClassification
(EndpointClassification endpointClassification) ModifierConstructorDescriptionEndpointBase
(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)