public enum CellposePretrainedModel extends Enum<CellposePretrainedModel>
Enum Constant and Description |
---|
Custom |
Cytoplasm |
Cytoplasm2 |
LiveCell |
LiveCell1 |
LiveCell2 |
LiveCell3 |
LiveCell4 |
None |
Nucleus |
TissueNet |
TissueNet1 |
TissueNet2 |
TissueNet3 |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
static CellposePretrainedModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellposePretrainedModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CellposePretrainedModel Cytoplasm
public static final CellposePretrainedModel Cytoplasm2
public static final CellposePretrainedModel Nucleus
public static final CellposePretrainedModel TissueNet
public static final CellposePretrainedModel TissueNet1
public static final CellposePretrainedModel TissueNet2
public static final CellposePretrainedModel TissueNet3
public static final CellposePretrainedModel LiveCell
public static final CellposePretrainedModel LiveCell1
public static final CellposePretrainedModel LiveCell2
public static final CellposePretrainedModel LiveCell3
public static final CellposePretrainedModel LiveCell4
public static final CellposePretrainedModel Custom
public static final CellposePretrainedModel None
public static CellposePretrainedModel[] values()
for (CellposePretrainedModel c : CellposePretrainedModel.values()) System.out.println(c);
public static CellposePretrainedModel 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–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.