Interface EnumElement.WithValue<T>

Type Parameters:
T - 値の型
Enclosing class:
EnumElement

@Published public static interface EnumElement.WithValue<T>
EnumElementで許容する列挙型の値を実装するためのインタフェース。
  • Method Summary

    Modifier and Type
    Method
    Description
    許容する値を取得する。
  • Method Details

    • getValue

      T getValue()
      許容する値を取得する。
      Returns: