Class ConnectionType

java.lang.Object
com.aquima.interactions.foundation.connectivity.ConnectionType
All Implemented Interfaces:
Serializable

public final class ConnectionType extends Object implements Serializable
This class is used to define the available connection types.
Since:
6.3
Author:
O. Kerpershoek
See Also:
  • Field Details

    • SQL

      public static final ConnectionType SQL
      This member defines the SQL connection type.
    • SOAP

      public static final ConnectionType SOAP
      This member defines the SOAP connection type.
    • RESOURCE

      public static final ConnectionType RESOURCE
      This member defines the RESOURCE connection type.
    • EMAIL

      public static final ConnectionType EMAIL
      This member defines the EMAIL connection type.
    • HTTP

      public static final ConnectionType HTTP
      This member defines the HTTP connection type.
    • EXTERNAL_FLOW

      public static final ConnectionType EXTERNAL_FLOW
      This member defines the EXTERNAL-FLOW connection type
    • CUSTOM

      public static final ConnectionType CUSTOM
  • Method Details

    • getName

      public String getName()
      This method returns the name of the connection type.
      Returns:
      the name of the connection type.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object