Enum Class ELfnStatus

java.lang.Object
java.lang.Enum<ELfnStatus>
com.luciad.fusion.util.ELfnStatus
All Implemented Interfaces:
Serializable, Comparable<ELfnStatus>, Constable

public enum ELfnStatus extends Enum<ELfnStatus>
Enumeration describing the different states of a Fusion engine.
Since:
2013.0
  • Enum Constant Details

    • STOPPED

      public static final ELfnStatus STOPPED
      Status for a Fusion process that is stopped by the user or was not yet started
    • STARTED

      public static final ELfnStatus STARTED
      Status for a Fusion process that was started
    • COMPLETED

      public static final ELfnStatus COMPLETED
      Status for a Fusion process that was completed successfully
    • FAILED

      public static final ELfnStatus FAILED
      Status for a Fusion process that has terminated unsuccessfully
  • Method Details

    • values

      public static ELfnStatus[] 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 ELfnStatus 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