Enum WebAudioDepictor.AudioCommand

java.lang.Object
java.lang.Enum<WebAudioDepictor.AudioCommand>
io.guise.framework.platform.web.WebAudioDepictor.AudioCommand
All Implemented Interfaces:
com.globalmentor.lex.Identifier, com.globalmentor.lex.Token, PlatformCommand, WebPlatformCommand, Serializable, Comparable<WebAudioDepictor.AudioCommand>
Enclosing class:
WebAudioDepictor

public static enum WebAudioDepictor.AudioCommand extends Enum<WebAudioDepictor.AudioCommand> implements WebPlatformCommand
The web commands for controlling audio.
  • Enum Constant Details

  • Field Details

    • URI_PROPERTY

      public static final String URI_PROPERTY
      The property for specifying the URI of the audio.
      See Also:
    • TYPE_PROPERTY

      public static final String TYPE_PROPERTY
      The property for specifying the content type of the audio.
      See Also:
    • POSITION_PROPERTY

      public static final String POSITION_PROPERTY
      The property for specifying the position of the audio.
      See Also:
  • Method Details

    • values

      public static WebAudioDepictor.AudioCommand[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static WebAudioDepictor.AudioCommand valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null