public static enum NeuriteDetector2DAlgos.DetectorExternalEnergy extends Enum<NeuriteDetector2DAlgos.DetectorExternalEnergy>
| Enum Constant and Description |
|---|
DISTANCE_MAP |
| Modifier and Type | Method and Description |
|---|---|
static NeuriteDetector2DAlgos.DetectorExternalEnergy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NeuriteDetector2DAlgos.DetectorExternalEnergy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NeuriteDetector2DAlgos.DetectorExternalEnergy DISTANCE_MAP
public static NeuriteDetector2DAlgos.DetectorExternalEnergy[] values()
for (NeuriteDetector2DAlgos.DetectorExternalEnergy c : NeuriteDetector2DAlgos.DetectorExternalEnergy.values()) System.out.println(c);
public static NeuriteDetector2DAlgos.DetectorExternalEnergy 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 © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.