パッケージ 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
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド デフォルト・メソッド 修飾子とタイプ メソッド 説明 default boolean
equalsByCode(int code)
Checks if the code value given as an argument is equal to the code value of this catalog element.default E
toEnum()
Converts to the Enum class object.-
インタフェースから継承されたメソッド org.thinkit.api.catalog.CodeSupport
getCode
-
-
-
-
メソッドの詳細
-
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, othereisefalse
-
-