Interface IIniFileRoot
-
- All Known Implementing Classes:
DeviceDetailTabelle
,DeviceTabelle
,GEntryTabelle
,MstIni
,Tabelle
,Tabelle2
,TabInfoTabelle
public interface IIniFileRoot
IniFileIOMgr only treats root level classes of this type- Version:
- 1.0.0
- Author:
- ws
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getContentRoot()
void
setContentRoot(java.lang.Object contentRoot)
-
-
-
Method Detail
-
getContentRoot
java.lang.Object getContentRoot()
- Returns:
- Nutzinhalt
- bei Tabellen ist die Tabelle selbst der Nutzinhalt
- bei MstIni der Applikations Entwickler Teil der Nutzinhalt
-
setContentRoot
void setContentRoot(java.lang.Object contentRoot)
- Parameters:
contentRoot
- Nutzinhalt der IniFileRoot
-
-