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