Class DataTypeLine

    • Method Detail

      • isFlexibleArray

        public boolean isFlexibleArray()
        Determine if data type should be treated as flexible array
        Returns:
        true if data type should be treated as flexible array
      • getType

        public java.lang.String getType()
      • getName

        public java.lang.String getName()
      • getComment

        public java.lang.String getComment()
      • getDataType

        public DataType getDataType()
      • hasUniversalId

        public boolean hasUniversalId()
      • getTypeColor

        public java.awt.Color getTypeColor()
      • setTypeColor

        public void setTypeColor​(java.awt.Color typeColor)
      • getNameColor

        public java.awt.Color getNameColor()
      • setNameColor

        public void setNameColor​(java.awt.Color nameColor)
      • getCommentColor

        public java.awt.Color getCommentColor()
      • setCommentColor

        public void setCommentColor​(java.awt.Color commentColor)
      • 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