パッケージ org.thinkit.api.catalog

インタフェース CatalogSupport<E extends Catalog<E>>

  • すべてのスーパーインタフェース:
    CodeSupport
    既知のサブインタフェースのリスト:
    Catalog<E>

    public interface CatalogSupport<E extends Catalog<E>>
    extends CodeSupport
    The interface that represents the basic functions of Catalog.
    導入されたバージョン:
    1.0.0
    • メソッドの詳細

      • toEnum

        default E toEnum()
        Converts to the Enum class object.
        戻り値:
        Converted Enum class
      • equalsByCode

        default boolean equalsByCode​(int code)
        Checks if the code value given as an argument is equal to the code value of this catalog element.
        パラメータ:
        code - The code value
        戻り値:
        true if the code value given as an argument is equal to the code value of this catalog element, othereise false