org.forester.archaeopteryx.webservices
public static enum WebservicesManager.WsPhylogenyFormat extends java.lang.Enum<WebservicesManager.WsPhylogenyFormat>
Enum Constant and Description |
---|
NEXUS |
NH |
NH_EXTRACT_TAXONOMY |
NHX |
PFAM |
PHYLOXML |
TOL_XML_RESPONSE |
Modifier and Type | Method and Description |
---|---|
static WebservicesManager.WsPhylogenyFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebservicesManager.WsPhylogenyFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebservicesManager.WsPhylogenyFormat NH
public static final WebservicesManager.WsPhylogenyFormat NHX
public static final WebservicesManager.WsPhylogenyFormat NEXUS
public static final WebservicesManager.WsPhylogenyFormat TOL_XML_RESPONSE
public static final WebservicesManager.WsPhylogenyFormat PHYLOXML
public static final WebservicesManager.WsPhylogenyFormat NH_EXTRACT_TAXONOMY
public static final WebservicesManager.WsPhylogenyFormat PFAM
public static WebservicesManager.WsPhylogenyFormat[] values()
for (WebservicesManager.WsPhylogenyFormat c : WebservicesManager.WsPhylogenyFormat.values()) System.out.println(c);
public static WebservicesManager.WsPhylogenyFormat valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null