Class JCoFunctionLoader.JCoFunctionAttr

  • Enclosing class:
    JCoFunctionLoader

    public static class JCoFunctionLoader.JCoFunctionAttr
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JCoFunctionAttr​(com.sap.conn.jco.JCoDestination destination, com.sap.conn.jco.JCoFunction function)
      Constructor for a data container used by JCoFunctionLoader.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.sap.conn.jco.JCoFunction getFunction()
      Gets the JCoFunction.
      com.sap.conn.jco.JCoDestination getJCoDestination()
      Gets the JCoDestination.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JCoFunctionAttr

        public JCoFunctionAttr​(com.sap.conn.jco.JCoDestination destination,
                               com.sap.conn.jco.JCoFunction function)
        Constructor for a data container used by JCoFunctionLoader.
        Parameters:
        destination - JCo destination
        function - JCo function
    • Method Detail

      • getJCoDestination

        public com.sap.conn.jco.JCoDestination getJCoDestination()
        Gets the JCoDestination.
        Returns:
        JCo destination
      • getFunction

        public com.sap.conn.jco.JCoFunction getFunction()
        Gets the JCoFunction.
        Returns:
        JCo function