Package de.hybris.platform.patches.utils
Enum StructureStateUtilsTest.TestLanguage
- java.lang.Object
-
- java.lang.Enum<StructureStateUtilsTest.TestLanguage>
-
- de.hybris.platform.patches.utils.StructureStateUtilsTest.TestLanguage
-
- All Implemented Interfaces:
ImportLanguage,java.io.Serializable,java.lang.Comparable<StructureStateUtilsTest.TestLanguage>
- Enclosing class:
- StructureStateUtilsTest
public static enum StructureStateUtilsTest.TestLanguage extends java.lang.Enum<StructureStateUtilsTest.TestLanguage> implements ImportLanguage
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TEST_LANGUAGE_1TEST_LANGUAGE_2TEST_LANGUAGE_3TEST_LANGUAGE_4TEST_LANGUAGE_5TEST_LANGUAGE_6
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Code of given language (usually isocode that match LanguageModel)java.lang.StringtoString()static StructureStateUtilsTest.TestLanguagevalueOf(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.
-
-
-
Enum Constant Detail
-
TEST_LANGUAGE_1
public static final StructureStateUtilsTest.TestLanguage TEST_LANGUAGE_1
-
TEST_LANGUAGE_2
public static final StructureStateUtilsTest.TestLanguage TEST_LANGUAGE_2
-
TEST_LANGUAGE_3
public static final StructureStateUtilsTest.TestLanguage TEST_LANGUAGE_3
-
TEST_LANGUAGE_4
public static final StructureStateUtilsTest.TestLanguage TEST_LANGUAGE_4
-
TEST_LANGUAGE_5
public static final StructureStateUtilsTest.TestLanguage TEST_LANGUAGE_5
-
TEST_LANGUAGE_6
public static final StructureStateUtilsTest.TestLanguage TEST_LANGUAGE_6
-
-
Method Detail
-
values
public static StructureStateUtilsTest.TestLanguage[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (StructureStateUtilsTest.TestLanguage c : StructureStateUtilsTest.TestLanguage.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StructureStateUtilsTest.TestLanguage valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getCode
public java.lang.String getCode()
Description copied from interface:ImportLanguageCode of given language (usually isocode that match LanguageModel)- Specified by:
getCodein interfaceImportLanguage
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Enum<StructureStateUtilsTest.TestLanguage>
-
-