Enum Class FtpTarget.FtpServerType
java.lang.Object
java.lang.Enum<FtpTarget.FtpServerType>
de.espirit.firstspirit.access.schedule.FtpTarget.FtpServerType
- All Implemented Interfaces:
Serializable
,Comparable<FtpTarget.FtpServerType>
,java.lang.constant.Constable
- Enclosing interface:
- FtpTarget
Definition of several ftp server types.
- Since:
- 4.2.1
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable FtpTarget.FtpServerType
Returns the ftp server type object matching to the given id ornull
if there is no type matching.@NotNull String
Returns the display name of this ftp server type.@NotNull String
getId()
Returns either the system key or a fully qualified class name.static FtpTarget.FtpServerType
Returns the enum constant of this class with the specified name.static FtpTarget.FtpServerType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNIX
Type for unix-based ftp servers.- Since:
- 4.2.1
-
WIN
Type for WindowsNT-based ftp servers.- Since:
- 4.2.1
-
OS400
Type for OS/400-based ftp servers.- Since:
- 4.2.1
-
VMS
Type for VMS-based ftp servers.- Since:
- 4.2.1
-
MVS
Type for MVS-based ftp servers.- Since:
- 4.2.1
-
AIX
Type for AIX-based ftp servers.- Since:
- 4.2.1
-
-
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
-
getId
Returns either the system key or a fully qualified class name.- Since:
- 4.2.1
-
forId
Returns the ftp server type object matching to the given id ornull
if there is no type matching.- Since:
- 4.2.34
-
getDisplayName
Returns the display name of this ftp server type.- Since:
- 4.2.400
-