Enum WebPlatformEventType

java.lang.Object
java.lang.Enum<WebPlatformEventType>
io.guise.framework.platform.web.WebPlatformEventType
All Implemented Interfaces:
com.globalmentor.lex.Identifier, com.globalmentor.lex.Token, Serializable, Comparable<WebPlatformEventType>

public enum WebPlatformEventType extends Enum<WebPlatformEventType> implements com.globalmentor.lex.Identifier
The type of event received from the web platform. The name of the XML element in which the event is serialized will be the serialized from of the event type name.
Author:
Garret Wilson
  • Enum Constant Details

  • Method Details

    • values

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