Package mc.core.domain.i18n.text.channel
Enum Class TextExportParam.Param
- All Implemented Interfaces:
Serializable,Comparable<TextExportParam.Param>,Constable,IEntityField,mc.core.system.util.misc.IParameter
- Enclosing class:
- TextExportParam
public static enum TextExportParam.Param
extends Enum<TextExportParam.Param>
implements IEntityField
for GUI mapping
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptiontest case -
Method Summary
Modifier and TypeMethodDescriptionstatic TextExportParam.ParamReturns the enum constant of this class with the specified name.static TextExportParam.Param[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
sourceLocale
-
targetLocale
-
format
-
translationFilter
-
modifiedSince
-
sourceModifiedAfterTarget
-
basket
-
includeAssignedAssetTexts
-
concept
test case
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-