Uses of Class
org.forester.archaeopteryx.webservices.WebservicesManager.WsPhylogenyFormat
-
Packages that use WebservicesManager.WsPhylogenyFormat Package Description org.forester.archaeopteryx.webservices -
-
Uses of WebservicesManager.WsPhylogenyFormat in org.forester.archaeopteryx.webservices
Methods in org.forester.archaeopteryx.webservices that return WebservicesManager.WsPhylogenyFormat Modifier and Type Method Description WebservicesManager.WsPhylogenyFormat
BasicPhylogeniesWebserviceClient. getReturnFormat()
WebservicesManager.WsPhylogenyFormat
PhylogeniesWebserviceClient. getReturnFormat()
The expected format of the response.static WebservicesManager.WsPhylogenyFormat
WebservicesManager.WsPhylogenyFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WebservicesManager.WsPhylogenyFormat[]
WebservicesManager.WsPhylogenyFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forester.archaeopteryx.webservices with parameters of type WebservicesManager.WsPhylogenyFormat Constructor Description BasicPhylogeniesWebserviceClient(java.lang.String name, java.lang.String menu_name, java.lang.String desc, java.lang.String instructions, WebservicesManager.WsPhylogenyFormat format, PhylogenyMethods.PhylogenyNodeField node_field, java.lang.String url, boolean integer, java.lang.String ref, java.lang.Object proc_inst)
-