Interface IConnectionDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
ConnectionDefinition

public interface IConnectionDefinition extends Serializable
This interface defines a connection definition that is available in a project.
Since:
7.1
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the name of the connection.
    This method returns meta information about this connection.
    This method returns the type of connection.
  • Method Details

    • getName

      String getName()
      This method returns the name of the connection.
      Returns:
      The name of the connection, never null.
    • getType

      ConnectionType getType()
      This method returns the type of connection.
      Returns:
      The connection type, never null.
    • getParameters

      IParameters getParameters()
      This method returns meta information about this connection.
      Returns:
      The meta information of this connection, never null.