| de.schlund.pfixxml.PropertyObject
PropertyObject | public interface PropertyObject (Code) | | Classes which will get managed by the PropertyObjectManager have to implement
this interface. They should provide an empty constructor and the opportunity
to get initialized by a Properties object.
author: mleidig |
Method Summary | |
public void | init(Properties props) Initialize newly created instance with Properties object. |
|
|