Uses of Enum
org.apache.jena.riot.tokens.StringType
Packages that use StringType
-
Uses of StringType in org.apache.jena.riot.tokens
Methods in org.apache.jena.riot.tokens that return StringTypeModifier and TypeMethodDescriptionfinal StringType
Token.getStringType()
static StringType
Returns the enum constant of this type with the specified name.static StringType[]
StringType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.riot.tokens with parameters of type StringTypeModifier and TypeMethodDescriptionfinal boolean
Token.hasStringType
(StringType st) final Token
Token.setStringType
(StringType st)