org.jfree.xml.generator.model
Class KeyDescription

java.lang.Object
  extended byorg.jfree.xml.generator.model.KeyDescription

public class KeyDescription
extends java.lang.Object


Constructor Summary
KeyDescription(TypeInfo[] parameters)
           
 
Method Summary
 Comments getComments()
           
 TypeInfo[] getParameters()
           
 void setComments(Comments comments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyDescription

public KeyDescription(TypeInfo[] parameters)
Method Detail

getParameters

public TypeInfo[] getParameters()

getComments

public Comments getComments()

setComments

public void setComments(Comments comments)