Enum Class ApplicationEngine.State

java.lang.Object
java.lang.Enum<ApplicationEngine.State>
org.scictrl.mp.orbitcorrect.mvc.ApplicationEngine.State
All Implemented Interfaces:
Serializable, Comparable<ApplicationEngine.State>, Constable
Enclosing class:
ApplicationEngine

public static enum ApplicationEngine.State extends Enum<ApplicationEngine.State>
Engine state.
  • Enum Constant Details

  • Method Details

    • values

      public static ApplicationEngine.State[] 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 ApplicationEngine.State 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
    • isInitial

      public boolean isInitial()
      State is initial.
      Returns:
      true if initial
    • isFailed

      public boolean isFailed()
      State is failed.
      Returns:
      true if state failed
    • isInitialized

      public boolean isInitialized()
      State is initialized.
      Returns:
      true if state initial
    • isActive

      public boolean isActive()
      State is active.
      Returns:
      true if state active
    • isClosed

      public boolean isClosed()
      State is closed
      Returns:
      true if state closed