public static enum PoTimeAxis.Languages extends java.lang.Enum<PoTimeAxis.Languages> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
DEUTSCH
The date graduation are displayed in German.
|
ENGLISH
The date graduations are displayed in English.
|
ESPANOL
The date graduations are displayed in Spanish.
|
FRANCAIS
The date graduations are displayed in French.
|
| Modifier and Type | Method and Description |
|---|---|
static PoTimeAxis.Languages |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static PoTimeAxis.Languages |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoTimeAxis.Languages |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoTimeAxis.Languages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoTimeAxis.Languages ENGLISH
public static final PoTimeAxis.Languages FRANCAIS
public static final PoTimeAxis.Languages DEUTSCH
public static final PoTimeAxis.Languages ESPANOL
public static PoTimeAxis.Languages[] values()
for (PoTimeAxis.Languages c : PoTimeAxis.Languages.values()) System.out.println(c);
public static PoTimeAxis.Languages valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static PoTimeAxis.Languages fromValue(int val)
valueOf(int) instead.public static PoTimeAxis.Languages valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com