Uses of Enum Class
org.apache.jena.riot.tokens.StringType
-
Uses of StringType in org.apache.jena.riot.tokens
Modifier and TypeMethodDescriptionfinal StringType
Token.getStringType()
static StringType
Returns 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.Modifier and TypeMethodDescriptionfinal boolean
Token.hasStringType
(StringType st) final Token
Token.setStringType
(StringType st)