Interface IInfobaseConnectionFactory.IInfobaseConnectionDescription

  • Enclosing interface:
    IInfobaseConnectionFactory

    public static interface IInfobaseConnectionFactory.IInfobaseConnectionDescription
    Describes infobase connection. Descriptions are localized and can be used for UI presentation. Consist of:
    • Infobase connection type identifier
    • Infobase connection name
    • Infobase connection description (optional)
    • Method Detail

      • id

        String id()
        Returns the infobase connection identifier.
        Returns:
        the infobase connection identifier, never null
      • name

        String name()
        Returns the infobase connection name.
        Returns:
        the infobase connection name, never null
      • description

        Optional<String> description()
        Returns the optional infobase connection description.
        Returns:
        the optional infobase connection description.
      • supportedVersions

        Collection<Version> supportedVersions()
        Returns a collection of supported 1C:Enterprise runtime versions for this infobase connection.
        Returns:
        a collection of supported 1C:Enterprise runtime versions, never null