public static enum Axis.CrossTypeEnum extends Enum<Axis.CrossTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
Axis.CrossTypeEnum.Adapter |
| Enum Constant and Description |
|---|
AXISCROSSESATZERO |
CUSTOM |
MAXIMUM |
| Modifier and Type | Method and Description |
|---|---|
static Axis.CrossTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Axis.CrossTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis.CrossTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Axis.CrossTypeEnum AXISCROSSESATZERO
public static final Axis.CrossTypeEnum MAXIMUM
public static final Axis.CrossTypeEnum CUSTOM
public static Axis.CrossTypeEnum[] values()
for (Axis.CrossTypeEnum c : Axis.CrossTypeEnum.values()) System.out.println(c);
public static Axis.CrossTypeEnum 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 getValue()
public String toString()
toString in class Enum<Axis.CrossTypeEnum>public static Axis.CrossTypeEnum fromValue(String text)
Copyright © 2025. All rights reserved.