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>, Constable
Enclosing interface:
FtpTarget

public static enum FtpTarget.FtpServerType extends Enum<FtpTarget.FtpServerType>
Definition of several ftp server types.
Since:
4.2.1
  • Enum Constant Details

  • Method Details

    • values

      public static FtpTarget.FtpServerType[] 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

      public static FtpTarget.FtpServerType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getId

      @NotNull public @NotNull String getId()
      Returns either the system key or a fully qualified class name.
      Since:
      4.2.1
    • forId

      @Nullable public static @Nullable FtpTarget.FtpServerType forId(@NotNull @NotNull String id)
      Returns the ftp server type object matching to the given id or null if there is no type matching.
      Since:
      4.2.34
    • getDisplayName

      @NotNull public @NotNull String getDisplayName()
      Returns the display name of this ftp server type.
      Since:
      4.2.400