public enum YAxis extends Enum<YAxis> implements com.geoway.adf.gis.basic.IEnum
| Modifier and Type | Method and Description |
|---|---|
static YAxis |
getByValue(int value) |
int |
getValue() |
static YAxis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YAxis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static YAxis[] values()
for (YAxis c : YAxis.values()) System.out.println(c);
public static YAxis 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 int getValue()
getValue in interface com.geoway.adf.gis.basic.IEnumpublic static YAxis getByValue(int value)
Copyright © 2025. All rights reserved.