Uses of Enum Class
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 StringTypeToken.getStringType()static StringTypeReturns the enum constant of this class with the specified name.static StringType[]StringType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.riot.tokens with parameters of type StringTypeModifier and TypeMethodDescriptionfinal booleanToken.hasStringType(StringType st) final TokenToken.setStringType(StringType st)