Enum Class EHookType
- All Implemented Interfaces:
Serializable,Comparable<EHookType>,Constable
Hook Types
- Author:
- I-D Media AG
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEmpty fallbackHook before processing exported ENTITY xml file to create a translatable xml structureHook before processing exported PAGE xml file to create a translatable xml structureHook before a translated XML file will be merged with FirstSpirit's data.Hook after translated XML has been imported into FirstSpiritHook after a new translatable job has been created.Hook after translated XML has been downloaded from a TMS Processes the translated XML String being downloadedHook before translatable XML files will be uploaded into a TMS. -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
EMPTY
Empty fallback -
FSEXPORT_PAGE
Hook before processing exported PAGE xml file to create a translatable xml structure -
FSEXPORT_ENTITY
Hook before processing exported ENTITY xml file to create a translatable xml structure -
FSIMPORT
Hook after translated XML has been imported into FirstSpirit -
FSIMPORBEFORE
Hook before a translated XML file will be merged with FirstSpirit's data. Allows to update the translated xml file itself. -
TMSIMPORT
Hook before translatable XML files will be uploaded into a TMS. ProvidesITranslatableFile -
TMSEXPORT
Hook after translated XML has been downloaded from a TMS Processes the translated XML String being downloaded -
JOBCREATION
Hook after a new translatable job has been created. ProcessesIJobMetaData -
AFTER_TMS_IMPORT
-
-
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
-