インタフェース Condition


public interface Condition
The interface that defines the processing required by Enum constants to represent the conditions.

Whenever you define an Enum constant for consitions, be sure to implement the relevant interface.

導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    String getString()
    Returns the string representation of the Enum element.
  • メソッドの詳細

    • getString

      String getString()
      Returns the string representation of the Enum element.
      戻り値:
      The string representation of the Enum element