Enum Class MP3Player.EPlaying

java.lang.Object
java.lang.Enum<MP3Player.EPlaying>
org.sm.smtools.util.MP3Player.EPlaying
All Implemented Interfaces:
Serializable, Comparable<MP3Player.EPlaying>, Constable
Enclosing class:
MP3Player

public static enum MP3Player.EPlaying extends Enum<MP3Player.EPlaying>
Useful constants to specify whether or not the application's execution is blocked while playing a sound.
  • Enum Constant Details

  • Method Details

    • values

      public static MP3Player.EPlaying[] 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 MP3Player.EPlaying 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