public static enum LineLikeAgent.FilamentType extends Enum<LineLikeAgent.FilamentType>
| Enum Constant and Description |
|---|
ACTIN |
MICROTUBULE |
| Modifier and Type | Method and Description |
|---|---|
static LineLikeAgent.FilamentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineLikeAgent.FilamentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineLikeAgent.FilamentType ACTIN
public static final LineLikeAgent.FilamentType MICROTUBULE
public static LineLikeAgent.FilamentType[] values()
for (LineLikeAgent.FilamentType c : LineLikeAgent.FilamentType.values()) System.out.println(c);
public static LineLikeAgent.FilamentType 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 nullCopyright © 2019. All rights reserved.