public enum MicrobeamManipulationType extends Enum<MicrobeamManipulationType> implements Enumeration
Enum Constant and Description |
---|
FLIP |
FRAP |
INVERSEFRAP |
OPTICALTRAPPING |
OTHER |
PHOTOABLATION |
PHOTOACTIVATION |
UNCAGING |
Modifier and Type | Method and Description |
---|---|
static MicrobeamManipulationType |
fromString(String value) |
String |
getValue() |
String |
toString() |
static MicrobeamManipulationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MicrobeamManipulationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MicrobeamManipulationType FRAP
public static final MicrobeamManipulationType FLIP
public static final MicrobeamManipulationType INVERSEFRAP
public static final MicrobeamManipulationType PHOTOABLATION
public static final MicrobeamManipulationType PHOTOACTIVATION
public static final MicrobeamManipulationType UNCAGING
public static final MicrobeamManipulationType OPTICALTRAPPING
public static final MicrobeamManipulationType OTHER
public static MicrobeamManipulationType[] values()
for (MicrobeamManipulationType c : MicrobeamManipulationType.values()) System.out.println(c);
public static MicrobeamManipulationType 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 static MicrobeamManipulationType fromString(String value) throws EnumerationException
EnumerationException
public String getValue()
public String toString()
toString
in class Enum<MicrobeamManipulationType>
Copyright © 2014 Open Microscopy Environment