Class OutputColumn

    • Constructor Detail

      • OutputColumn

        public OutputColumn()
        Creates an output column property container with the specified name with a null value.
      • OutputColumn

        public OutputColumn​(Atom propertyAtom)
        Creates an output column property container with the specified name with a null value.
        Parameters:
        propertyAtom - the property atom.
    • Method Detail

      • getOutputTable

        public OutputTable getOutputTable()
        Gets the Output Table.
        Returns:
        The instance, or null if orphaned.
      • getOutputVariables

        public OutputVariables getOutputVariables()
        Gets the output variables properties container.
        Returns:
        The instance, or null if orphaned.
      • getOutputProps

        public OutputProps getOutputProps()
        Gets the output properties.
        Returns:
        The instance, or null if orphaned.
      • getVSTable

        public VSTable getVSTable​(VSTableColumnReference ref)
        Gets the VSTable for a VSTableColumnReference instance.
        Specified by:
        getVSTable in interface IVSTableColumnReferenceOwner
        Parameters:
        ref - The reference instance, null when property-editing the reference in the Designer.
        Returns:
        The table for the reference, or null if not found.
      • setVSRelativeReference

        public boolean setVSRelativeReference​(java.lang.String relRef)
        Sets the reference.
        Parameters:
        relRef - The relative VS reference.
        Returns:
        true for changed, false for no change.
      • getVSColumnHeader

        public VSColumnHeader getVSColumnHeader()
        Gets the VSColumnHeader.
        Returns:
        The VSColumnHeader associated, or null for none (or unresolved).
      • getDescription

        public java.lang.String getDescription()
        Gets the table description.
        Returns:
        A description, or null for none.
      • isNullOmit

        public boolean isNullOmit()
        Flag indicating that the VS table column cell connected should not be assigned a Null value when the output reply doesn't contain this variable, and that this variable is not an identification. If this flag is true, the VS cell value will remain untouched, otherwise the VS cell will be assigned Null.
        Returns:
        true to omit if null, false to use null replacement.
      • getNullReplacement

        public Value getNullReplacement()
        Get the Null Replacement Value.
        Returns:
        The value to use when the output value is null (not present), null to omit changes.
      • isIdentification

        public boolean isIdentification()
        Indicates this variable is an identification variable and if it's not present in the output reply, then the processor doesn't match.
        Returns:
        Flag for identification, true by default.
      • getClassReference

        public ClassReference getClassReference()
        Gets the class reference for the output value converter.
        Returns:
        The class reference, or null for none.
      • getOutputVariableConverter

        public IOutputVariableConverter getOutputVariableConverter()
        Gets the instance of the output value converter.
        Returns:
        The instance of the converter, or null for none.