Uses of Class
org.apache.jena.atlas.csv.CSVTokenType

Packages that use CSVTokenType
org.apache.jena.atlas.csv   
 

Uses of CSVTokenType in org.apache.jena.atlas.csv
 

Methods in org.apache.jena.atlas.csv that return CSVTokenType
static CSVTokenType CSVTokenType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CSVTokenType[] CSVTokenType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Licenced under the Apache License, Version 2.0