public static enum XylemGrower.SortMode extends Enum<XylemGrower.SortMode>
| Modifier and Type | Method and Description |
|---|---|
static XylemGrower.SortMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XylemGrower.SortMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XylemGrower.SortMode ID
public static final XylemGrower.SortMode AREA
public static XylemGrower.SortMode[] values()
for (XylemGrower.SortMode c : XylemGrower.SortMode.values()) System.out.println(c);
public static XylemGrower.SortMode 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.