Enum Class ECtransGroups.Module
- All Implemented Interfaces:
Serializable
,Comparable<ECtransGroups.Module>
,Constable
- Enclosing class:
ECtransGroups
The Enum Module.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe destination alias.The destination ectrans.The destination incoming.The destination mqtt.The destination scheduler.The host acquisition.The host azure.The host ecaccess.The host ecauth.The host ecpds.The host ectrans.The host ftp.The host gcs.The host master.The host proxy.The host retrieval.The host s3.The host sftp.The host upload.The user portal. -
Method Summary
Modifier and TypeMethodDescriptiongetECtransSetup
(String data, Pair<?>... parameters) Gets the ectrans setup.getName()
Gets the name.static ECtransGroups.Module
Returns the enum constant of this class with the specified name.static ECtransGroups.Module[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
USER_PORTAL
The user portal. -
HOST_PROXY
The host proxy. -
HOST_ECAUTH
The host ecauth. -
HOST_ECACCESS
The host ecaccess. -
HOST_ECPDS
The host ecpds. -
HOST_RETRIEVAL
The host retrieval. -
HOST_UPLOAD
The host upload. -
HOST_ACQUISITION
The host acquisition. -
HOST_ECTRANS
The host ectrans. -
HOST_MASTER
The host master. -
HOST_FTP
The host ftp. -
HOST_SFTP
The host sftp. -
HOST_S3
The host s3. -
HOST_GCS
The host gcs. -
HOST_AZURE
The host azure. -
DESTINATION_ALIAS
The destination alias. -
DESTINATION_ECTRANS
The destination ectrans. -
DESTINATION_MQTT
The destination mqtt. -
DESTINATION_INCOMING
The destination incoming. -
DESTINATION_SCHEDULER
The destination scheduler.
-
-
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
-
getName
-
getECtransSetup
Gets the ectrans setup.- Parameters:
data
- the dataparameters
- the parameters- Returns:
- the ectrans setup
-