public enum PretrainedOmnipose0Model extends Enum<PretrainedOmnipose0Model>
Enum Constant and Description |
---|
bact |
bact_omni |
cyto2_omni |
None |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
String |
toString() |
static PretrainedOmnipose0Model |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PretrainedOmnipose0Model[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PretrainedOmnipose0Model bact_omni
public static final PretrainedOmnipose0Model bact
public static final PretrainedOmnipose0Model cyto2_omni
public static final PretrainedOmnipose0Model None
public static PretrainedOmnipose0Model[] values()
for (PretrainedOmnipose0Model c : PretrainedOmnipose0Model.values()) System.out.println(c);
public static PretrainedOmnipose0Model valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getId()
public String getName()
public String toString()
toString
in class Enum<PretrainedOmnipose0Model>
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.