パッケージ org.thinkit.zenna.key
インタフェース ContentKey
- 既知の実装クラスのリスト:
ConditionNodeKey
,MetaNodeKey
,SelectionNodeKey
public interface ContentKey
The interface that abstracts key names supported as a framework to be used
when defining content files. Be sure to implement this interface if you want
to add content keys supported by the framework.
- 導入されたバージョン:
- 1.0.0
-
メソッドの概要
-
メソッドの詳細
-
getName
String getName()Returns the key name.- 戻り値:
- The key name
-