Enum EventFamily

java.lang.Object
java.lang.Enum<EventFamily>
jp.sourceforge.jindolf.corelib.EventFamily
All Implemented Interfaces:
Serializable, Comparable<EventFamily>, java.lang.constant.Constable

public enum EventFamily extends Enum<EventFamily>
システムイベントメッセージのおおまかな種別。
  • Enum Constant Details

    • ANNOUNCE

      public static final EventFamily ANNOUNCE
      <div class="announce">メッセージに対応。
    • ORDER

      public static final EventFamily ORDER
      <div class="order">メッセージに対応。
    • EXTRA

      public static final EventFamily EXTRA
      <div class="extra">メッセージに対応。
  • Method Details

    • values

      public static EventFamily[] 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 EventFamily 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
    • getDivClass

      public String getDivClass()
      由来となった<div>要素のclass属性値を得る。
      Returns:
      class属性値
    • getXmlName

      public String getXmlName()
      XML用シンボルを取得する。
      Returns:
      XML用シンボル