public enum PretrainedCellpose2Model extends Enum<PretrainedCellpose2Model>
Enum Constant and Description |
---|
CP |
CPx |
cyto |
cyto2 |
general |
LC1 |
LC2 |
LC3 |
LC4 |
livecell |
None |
nuclei |
tissuenet |
TissueNet3 |
TN1 |
TN2 |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
String |
toString() |
static PretrainedCellpose2Model |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PretrainedCellpose2Model[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PretrainedCellpose2Model cyto
public static final PretrainedCellpose2Model cyto2
public static final PretrainedCellpose2Model nuclei
public static final PretrainedCellpose2Model tissuenet
public static final PretrainedCellpose2Model TN1
public static final PretrainedCellpose2Model TN2
public static final PretrainedCellpose2Model TissueNet3
public static final PretrainedCellpose2Model livecell
public static final PretrainedCellpose2Model LC1
public static final PretrainedCellpose2Model LC2
public static final PretrainedCellpose2Model LC3
public static final PretrainedCellpose2Model LC4
public static final PretrainedCellpose2Model general
public static final PretrainedCellpose2Model CP
public static final PretrainedCellpose2Model CPx
public static final PretrainedCellpose2Model None
public static PretrainedCellpose2Model[] values()
for (PretrainedCellpose2Model c : PretrainedCellpose2Model.values()) System.out.println(c);
public static PretrainedCellpose2Model 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<PretrainedCellpose2Model>
Copyright © 2020–2024 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.