org.faktorips.runtime.internal
Interface XmlCallback
public interface XmlCallback
Callback interface for XML initialization.
- Author:
- Joerg Ortmann
initProperties
void initProperties(String pathFromAggregateRoot,
IModelObject modelObject,
Map<String,String> propMap)
- Callback method will be called for each node element inside the XML structure.
- Parameters:
pathFromAggregateRoot - The path starting on the aggregates root node elementmodelObject - The model object which is currently initialized via XMLpropMap - Map containing all node properties
Copyright © 2015. All rights reserved.