Package org.eclipse.rdf4j.rio
Enum RDFParser.DatatypeHandling
- All Implemented Interfaces:
Serializable
,Comparable<RDFParser.DatatypeHandling>
,java.lang.constant.Constable
- Enclosing interface:
- RDFParser
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Indicates that datatype semantics should be ignored.Deprecated.Indicates that values of datatyped literals should be normalized to their canonical representation.Deprecated.Indicates that values of datatyped literals should be verified. -
Method Summary
Modifier and TypeMethodDescriptionstatic RDFParser.DatatypeHandling
Deprecated.Returns the enum constant of this type with the specified name.static RDFParser.DatatypeHandling[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
IGNORE
Deprecated.Indicates that datatype semantics should be ignored. -
VERIFY
Deprecated.Indicates that values of datatyped literals should be verified. -
NORMALIZE
Deprecated.Indicates that values of datatyped literals should be normalized to their canonical representation.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
BasicParserSettings.FAIL_ON_UNKNOWN_DATATYPES
BasicParserSettings.NORMALIZE_DATATYPE_VALUES
andBasicParserSettings.VERIFY_DATATYPE_VALUES
instead.