be.six.reports.data
Class TypeParameter

java.lang.Object
  extended by be.six.reports.data.Parameter
      extended by be.six.reports.data.TypeParameter

public class TypeParameter
extends Parameter


Field Summary
 
Fields inherited from class be.six.reports.data.Parameter
PATTERN
 
Constructor Summary
TypeParameter(java.lang.String name)
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
 java.lang.Object getValue()
           
static boolean isTypeParameter(java.lang.String name)
           
 
Methods inherited from class be.six.reports.data.Parameter
getLabel, getParameter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeParameter

public TypeParameter(java.lang.String name)
Method Detail

isTypeParameter

public static boolean isTypeParameter(java.lang.String name)

getValue

public java.lang.Object getValue()
Specified by:
getValue in class Parameter

getComponent

public javax.swing.JComponent getComponent()
Specified by:
getComponent in class Parameter