Interface IContainObjectsNode


  • public interface IContainObjectsNode
    Extension for IHierarchyImporterNode to provide the ability to add objects from external resources
    • Method Detail

      • addContainObject

        void addContainObject​(String name,
                              Object value)
        Add info about imported sub object
        Parameters:
        name - the sub object name or indentifier, or null if object without name
        value - the sub object instance, cannot be null
        Throws:
        IllegalArgumentException - if parent object not support