Class KeyDescription

java.lang.Object
org.jfree.xml.generator.model.KeyDescription

public class KeyDescription extends Object
A key description.
  • Constructor Details

    • KeyDescription

      public KeyDescription(TypeInfo[] parameters)
      Creates a new key description instance.
      Parameters:
      parameters - the parameters.
  • Method Details

    • getParameters

      public TypeInfo[] getParameters()
      Returns the parameters.
      Returns:
      The parameters.
    • getComments

      Returns the comments.
      Returns:
      The comments.
    • setComments

      public void setComments(Comments comments)
      Sets the comments.
      Parameters:
      comments - the comments.