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