Class DSCAtend

    • Constructor Detail

      • DSCAtend

        public DSCAtend​(java.lang.String name)
        Creates a new instance
        Parameters:
        name - the name of the DSC comment (without the "%%" prefix)
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: DSCComment
        Returns the name of the DSC comment.
        Returns:
        the name of the DSC comment (without the "%%" prefix)
        See Also:
        DSCComment.getName()
      • hasValues

        public boolean hasValues()
        Description copied from interface: DSCComment
        Indicates whether this DSC comment has values.
        Returns:
        true if the DSC comment has values
        See Also:
        DSCComment.hasValues()
      • createDSCCommentFromAtend

        public DSCComment createDSCCommentFromAtend()
        Creates a new instance of a DSC comment with the same name as this instance but does not have an "Atend" value.
        Returns:
        the new DSC comment