パッケージ org.aiwolf.client.lib

Enum Class Operator

java.lang.Object
java.lang.Enum<Operator>
org.aiwolf.client.lib.Operator
すべての実装されたインタフェース:
Serializable, Comparable<Operator>, Constable

public enum Operator extends Enum<Operator>
Contentの演算子の列挙型
Enum type of operators of Contents.
作成者:
otsuki
  • 列挙型定数の詳細

    • REQUEST

      public static final Operator REQUEST
      要求
      Request
    • INQUIRE

      public static final Operator INQUIRE
      照会
      Inquiry
    • BECAUSE

      public static final Operator BECAUSE
      理由
      Reason
    • DAY

      public static final Operator DAY
      日付
      Day
    • NOT

      public static final Operator NOT
      NOT
      NOT
    • AND

      public static final Operator AND
      AND
      AND
    • OR

      public static final Operator OR
      OR
      OR
    • XOR

      public static final Operator XOR
      XOR
      XOR
  • メソッドの詳細

    • values

      public static Operator[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      戻り値:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Operator 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.)
      パラメータ:
      name - 返される列挙型定数の名前。
      戻り値:
      指定した名前の列挙型定数
      例外:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 引数がnullの場合