Uses of Class
org.apache.jena.riot.tokens.StringType
-
Packages that use StringType Package Description org.apache.jena.riot.tokens -
-
Uses of StringType in org.apache.jena.riot.tokens
Methods in org.apache.jena.riot.tokens that return StringType Modifier and Type Method Description StringTypeToken. getStringType()static StringTypeStringType. valueOf(java.lang.String name)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 StringType Modifier and Type Method Description booleanToken. hasStringType(StringType st)TokenToken. setStringType(StringType st)
-