public enum OrganelleTypes extends Enum<OrganelleTypes>
| Enum Constant and Description |
|---|
CELL |
EARLY_ENDOSOME |
NUCLEUS |
| Modifier and Type | Method and Description |
|---|---|
OrganelleTemplate |
create() |
CellRegion |
getInnerRegion() |
CellRegion |
getMembraneRegion() |
static OrganelleTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganelleTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrganelleTypes EARLY_ENDOSOME
public static final OrganelleTypes NUCLEUS
public static final OrganelleTypes CELL
public static OrganelleTypes[] values()
for (OrganelleTypes c : OrganelleTypes.values()) System.out.println(c);
public static OrganelleTypes 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 CellRegion getInnerRegion()
public CellRegion getMembraneRegion()
public OrganelleTemplate create()
Copyright © 2019. All rights reserved.