API Specification Errors
Errors in Class: org.biojava.bio.structure.io.mmcif.model.StructKeywords


Category 1: Class Error

Class StructKeywords
  • Class missing comment.
/**
 * 
 *
 * @author unattributed
 * @version %I% %G%
 */

Category 2: Member Error

getEntry_id()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the entry  id value.
 */
setEntry_id(String)
  • Method missing comment, but reasonably self-evident.
/**
 * Specifies the entry  id value.
 */
getPdbx_keywords()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the pdbx  keywords value.
 */
setPdbx_keywords(String)
  • Method missing comment, but reasonably self-evident.
/**
 * Specifies the pdbx  keywords value.
 */
getText()
  • Method missing comment, but reasonably self-evident.
/**
 * Gets this object's text.
 */
setText(String)
  • Method missing comment, but reasonably self-evident.
/**
 * Sets this object's text.
 */

Explanation of Columns

Left Column
Identifies the error or warning.
Right Column
Shows the comment-text that generated the error in red.
Displays a template you can cut and paste in black.