@Deprecated public enum LegacyOmnipose0Model extends Enum<LegacyOmnipose0Model>
Enum Constant and Description |
---|
Bact
Deprecated.
|
BactOmni
Deprecated.
|
Custom
Deprecated.
|
Cyto2Omni
Deprecated.
|
Cytoplasm
Deprecated.
|
Cytoplasm2
Deprecated.
|
Nucleus
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Deprecated.
|
static LegacyOmnipose0Model |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LegacyOmnipose0Model[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegacyOmnipose0Model BactOmni
public static final LegacyOmnipose0Model Bact
public static final LegacyOmnipose0Model Cyto2Omni
public static final LegacyOmnipose0Model Cytoplasm
public static final LegacyOmnipose0Model Cytoplasm2
public static final LegacyOmnipose0Model Nucleus
public static final LegacyOmnipose0Model Custom
public static LegacyOmnipose0Model[] values()
for (LegacyOmnipose0Model c : LegacyOmnipose0Model.values()) System.out.println(c);
public static LegacyOmnipose0Model 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()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.