public enum CellposeModel extends Enum<CellposeModel>
Enum Constant and Description |
---|
Custom |
Cytoplasm |
Cytoplasm2 |
LiveCell |
LiveCell1 |
LiveCell2 |
LiveCell3 |
LiveCell4 |
Nucleus |
TissueNet |
TissueNet1 |
TissueNet2 |
TissueNet3 |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
static CellposeModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellposeModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CellposeModel Cytoplasm
public static final CellposeModel Cytoplasm2
public static final CellposeModel Nucleus
public static final CellposeModel TissueNet
public static final CellposeModel TissueNet1
public static final CellposeModel TissueNet2
public static final CellposeModel TissueNet3
public static final CellposeModel LiveCell
public static final CellposeModel LiveCell1
public static final CellposeModel LiveCell2
public static final CellposeModel LiveCell3
public static final CellposeModel LiveCell4
public static final CellposeModel Custom
public static CellposeModel[] values()
for (CellposeModel c : CellposeModel.values()) System.out.println(c);
public static CellposeModel 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.