public static enum StructureStateUtilsTest.TestLanguage extends java.lang.Enum<StructureStateUtilsTest.TestLanguage> implements ImportLanguage
| Enum Constant and Description |
|---|
TEST_LANGUAGE_1 |
TEST_LANGUAGE_2 |
TEST_LANGUAGE_3 |
TEST_LANGUAGE_4 |
TEST_LANGUAGE_5 |
TEST_LANGUAGE_6 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Code of given language (usually isocode that match LanguageModel)
|
java.lang.String |
toString() |
static StructureStateUtilsTest.TestLanguage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StructureStateUtilsTest.TestLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructureStateUtilsTest.TestLanguage TEST_LANGUAGE_1
public static final StructureStateUtilsTest.TestLanguage TEST_LANGUAGE_2
public static final StructureStateUtilsTest.TestLanguage TEST_LANGUAGE_3
public static final StructureStateUtilsTest.TestLanguage TEST_LANGUAGE_4
public static final StructureStateUtilsTest.TestLanguage TEST_LANGUAGE_5
public static final StructureStateUtilsTest.TestLanguage TEST_LANGUAGE_6
public static StructureStateUtilsTest.TestLanguage[] values()
for (StructureStateUtilsTest.TestLanguage c : StructureStateUtilsTest.TestLanguage.values()) System.out.println(c);
public static StructureStateUtilsTest.TestLanguage 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 nullpublic java.lang.String getCode()
ImportLanguagegetCode in interface ImportLanguagepublic java.lang.String toString()
toString in class java.lang.Enum<StructureStateUtilsTest.TestLanguage>Copyright © 2018 SAP SE. All Rights Reserved.