パッケージ org.thinkit.zenna.config
インタフェース Property
public interface Property
The interface that abstracts properties. Classes that represent content
 properties should implement this 
Property interface.- 導入されたバージョン:
 - 1.0.0
 
- 
メソッドの概要
修飾子とタイプ メソッド 説明 StringgetProperty()Returns the property value. 
- 
メソッドの詳細
- 
getProperty
String getProperty()Returns the property value.- 戻り値:
 - The property value
 
 
 -