@Deprecated public enum LegacyOmnipose0PretrainedModel extends Enum<LegacyOmnipose0PretrainedModel>
Enum Constant and Description |
---|
Bact
Deprecated.
|
BactOmni
Deprecated.
|
Custom
Deprecated.
|
Cyto2Omni
Deprecated.
|
Cytoplasm
Deprecated.
|
Cytoplasm2
Deprecated.
|
None
Deprecated.
|
Nucleus
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Deprecated.
|
static LegacyOmnipose0PretrainedModel |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LegacyOmnipose0PretrainedModel[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegacyOmnipose0PretrainedModel BactOmni
public static final LegacyOmnipose0PretrainedModel Bact
public static final LegacyOmnipose0PretrainedModel Cyto2Omni
public static final LegacyOmnipose0PretrainedModel Cytoplasm
public static final LegacyOmnipose0PretrainedModel Cytoplasm2
public static final LegacyOmnipose0PretrainedModel Nucleus
public static final LegacyOmnipose0PretrainedModel Custom
public static final LegacyOmnipose0PretrainedModel None
public static LegacyOmnipose0PretrainedModel[] values()
for (LegacyOmnipose0PretrainedModel c : LegacyOmnipose0PretrainedModel.values()) System.out.println(c);
public static LegacyOmnipose0PretrainedModel 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.