パッケージ 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 booleanequalsByCode(int code)Checks if the code value given as an argument is equal to the code value of this catalog element.default EtoEnum()Converts to the Enum class object.- 
インタフェースから継承されたメソッド org.thinkit.api.catalog.CodeSupportgetCode
 
- 
 
- 
- 
- 
メソッドの詳細- 
toEnumdefault E toEnum() Converts to the Enum class object.- 戻り値:
- Converted Enum class
 
 - 
equalsByCodedefault 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
- 戻り値:
- trueif the code value given as an argument is equal to the code value of this catalog element, othereise- false
 
 
- 
 
-