com.spss.psapi.core

Interface ConnectionDetail



  • public interface ConnectionDetail
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getId()
      A unique identifier for this connection.
      java.lang.String getName()
      The name of this connection.
      java.lang.String getProperty(java.lang.String name)
      Properties of the connection.
      java.lang.String getType()
      The type of the connection.
    • Method Detail

      • getId

        java.lang.String getId()
        A unique identifier for this connection.
      • getName

        java.lang.String getName()
        The name of this connection.
      • getType

        java.lang.String getType()
        The type of the connection.
      • getProperty

        java.lang.String getProperty(java.lang.String name)
        Properties of the connection.

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.