public static enum AcTranslationSeriesFactory.DefaultTransItemLabel extends Enum<AcTranslationSeriesFactory.DefaultTransItemLabel>
| Modifier and Type | Method and Description |
|---|---|
static AcTranslationSeriesFactory.DefaultTransItemLabel |
fromLabel(String label) |
String |
toString() |
static AcTranslationSeriesFactory.DefaultTransItemLabel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcTranslationSeriesFactory.DefaultTransItemLabel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcTranslationSeriesFactory.DefaultTransItemLabel Input
public static final AcTranslationSeriesFactory.DefaultTransItemLabel Output
public static final AcTranslationSeriesFactory.DefaultTransItemLabel Feedback
public static final AcTranslationSeriesFactory.DefaultTransItemLabel Internal
public static AcTranslationSeriesFactory.DefaultTransItemLabel[] values()
for (AcTranslationSeriesFactory.DefaultTransItemLabel c : AcTranslationSeriesFactory.DefaultTransItemLabel.values()) System.out.println(c);
public static AcTranslationSeriesFactory.DefaultTransItemLabel 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 static AcTranslationSeriesFactory.DefaultTransItemLabel fromLabel(String label)
public String toString()
toString in class Enum<AcTranslationSeriesFactory.DefaultTransItemLabel>Copyright © 2019. All Rights Reserved.