Class ImportInterfaceSettings

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ImportA2LSettings

    public abstract class ImportInterfaceSettings
    extends java.lang.Object
    implements java.io.Serializable
    Settings to use for Project.importIO(ImportInterfaceSettings). Use a specific sub class to choose an importer.
    Author:
    Copyright (c) 2014-2024 Piketec GmbH - MIT License (MIT) - All rights reserved
    See Also:
    Serialized Form
    • Constructor Detail

      • ImportInterfaceSettings

        public ImportInterfaceSettings()
    • Method Detail

      • getMappingOrNull

        public Mapping getMappingOrNull()
        Returns the mapping to read mapping information from and/or write new information to. If null a new mapping will be crated.
        Returns:
        the Mapping or null
      • setMappingOrNull

        public void setMappingOrNull​(Mapping mappingOrNull)
        Sets the mapping to read mapping information from and/or write new information to. Can be null to create a new mapping.
        Parameters:
        mappingOrNull - the Mapping to set