Uses of Enum
org.eclipse.rdf4j.rio.helpers.LargeLiteralHandling
-
Uses of LargeLiteralHandling in org.eclipse.rdf4j.rio.helpers
Modifier 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.Modifier 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.