Class IOParameterRef

    • Constructor Detail

      • IOParameterRef

        public IOParameterRef​(ProcessConstants.AdeptDataType dataType,
                              String inputName,
                              String outputName)
        Constructs a new UIParameterRef with the specified data type plus input parameter and/or output parameter name.
        Parameters:
        dataType - the data type of the referenced parameter
        inputName - the name of the referenced input parameter; may be null
        outputName - the name of the referenced output parameter; may be null
      • IOParameterRef

        public IOParameterRef​(String inputName,
                              String outputName,
                              ProcessConstants.AdeptDataType dataType,
                              String udtName)
        Constructs a new UIParameterRef with the specified data type including the UDT name plus input parameter and/or output parameter name.
        Parameters:
        inputName - the name of the referenced input parameter; may be null
        outputName - the name of the referenced output parameter; may be null
        dataType - the data type of the referenced parameter
        udtName - The name of the UDT in case it is a UDT, null otherwise.
    • Method Detail

      • getName

        public String getName()
        Returns the name of the referenced input parameter or null if no input parameter is referenced.
        Overrides:
        getName in class ParameterRef
        Returns:
        the name of the referenced input parameter or null if no input parameter is referenced.
      • getOutputName

        public String getOutputName()
        Returns the name of the referenced output parameter or null if no output parameter is referenced.
        Returns:
        the name of the referenced output parameter or null if no output parameter is referenced