Uses of Class
org.eclipse.rdf4j.rio.hdt.HDTDictionarySection.Type
-
Packages that use HDTDictionarySection.Type Package Description org.eclipse.rdf4j.rio.hdt Parser/writer for the HDT v1.0 format. -
-
Uses of HDTDictionarySection.Type in org.eclipse.rdf4j.rio.hdt
Methods in org.eclipse.rdf4j.rio.hdt that return HDTDictionarySection.Type Modifier and Type Method Description static HDTDictionarySection.Type
HDTDictionarySection.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HDTDictionarySection.Type[]
HDTDictionarySection.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-