Uses of Class
org.forester.go.OBOparser.ReturnType
-
Packages that use OBOparser.ReturnType Package Description org.forester.go -
-
Uses of OBOparser.ReturnType in org.forester.go
Methods in org.forester.go that return OBOparser.ReturnType Modifier and Type Method Description static OBOparser.ReturnType
OBOparser.ReturnType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OBOparser.ReturnType[]
OBOparser.ReturnType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forester.go with parameters of type OBOparser.ReturnType Constructor Description OBOparser(java.io.File input_file, OBOparser.ReturnType return_type)
-