Serializable, Comparable<Axis.AutoRange>public static enum Axis.AutoRange extends Enum<Axis.AutoRange>
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
|
static Axis.AutoRange |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Axis.AutoRange[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Axis.AutoRange TRUE
public static final Axis.AutoRange FALSE
public static final Axis.AutoRange REVERSED
public static Axis.AutoRange[] values()
for (Axis.AutoRange c : Axis.AutoRange.values()) System.out.println(c);
public static Axis.AutoRange 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 String toString()
toString in class Enum<Axis.AutoRange>Copyright © 2021. All rights reserved.