Uses of Enum
org.eclipse.rdf4j.rio.helpers.LargeLiteralHandling
Packages that use LargeLiteralHandling
-
Uses of LargeLiteralHandling in org.eclipse.rdf4j.rio.helpers
Subclasses with type arguments of type LargeLiteralHandling in org.eclipse.rdf4j.rio.helpersModifier and TypeClassDescriptionenum
An enumeration used to define constants used with theBasicParserSettings.LARGE_LITERALS_HANDLING
parser setting.Fields in org.eclipse.rdf4j.rio.helpers with type parameters of type LargeLiteralHandlingModifier and TypeFieldDescriptionstatic final RioSetting
<LargeLiteralHandling> BasicParserSettings.LARGE_LITERALS_HANDLING
Boolean setting for parser to determine whether parser should preserve, truncate, drop, or otherwise manipulate statements that contain long literals.Methods in org.eclipse.rdf4j.rio.helpers that return LargeLiteralHandlingModifier and TypeMethodDescriptionstatic LargeLiteralHandling
Returns the enum constant of this type with the specified name.static LargeLiteralHandling[]
LargeLiteralHandling.values()
Returns an array containing the constants of this enum type, in the order they are declared.