java.lang.Object
java.lang.Enum<EndType>
org.bilat.discoveryMat.moo.telemetre.moo.abstrait.session.EndType
All Implemented Interfaces:
Serializable, Comparable<EndType>, Constable

public enum EndType extends Enum<EndType>
FINISHED : sesssion complète achevé avec succès! startSession s'est achevé avec succes INTERRUPTED : Session interompue proprement , issu d'un appel à breakSession FAILED : Session morte, deconnexion, panne baterie, problème non prévisible ... issue d'une telemetreException. startSession a été interrompu de manière anormale! see SessionServices_I
  • Enum Constant Details

    • FINISHED

      public static final EndType FINISHED
    • USER_INTERRUPTED

      public static final EndType USER_INTERRUPTED
    • USER_CANCEL

      public static final EndType USER_CANCEL
    • SYSTEM_INTERRUPTED

      public static final EndType SYSTEM_INTERRUPTED
    • FAILED

      public static final EndType FAILED
  • Method Details

    • values

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