Class VariableTextLine

    • Constructor Detail

      • VariableTextLine

        public VariableTextLine​(java.lang.String variableType,
                                java.lang.String variableName,
                                DataType dataType)
    • Method Detail

      • getVariableType

        public java.lang.String getVariableType()
      • getVariableName

        public java.lang.String getVariableName()
      • getDataType

        public DataType getDataType()
      • hasUniversalId

        public boolean hasUniversalId()
      • getVariableTypeColor

        public java.awt.Color getVariableTypeColor()
      • getVariableNameColor

        public java.awt.Color getVariableNameColor()
      • isValidated

        public boolean isValidated()
        Description copied from interface: ValidatableLine
        True means that this line has been matched against another line, regardless of whether the two lines are the same or not.
        Specified by:
        isValidated in interface ValidatableLine
        Returns:
        true if this line has been matched against another line
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • setValidationLine

        public void setValidationLine​(ValidatableLine line)
        Description copied from interface: ValidatableLine
        Sets the other line that this line is validated against. The other line may be a full, partial, or no match at all.
        Specified by:
        setValidationLine in interface ValidatableLine
        Parameters:
        line - the line against which this line is validated