treebolic.generator
Class ReferenceListDialog.ParameterModel.Entry

java.lang.Object
  extended by treebolic.generator.ReferenceListDialog.ParameterModel.Entry
Enclosing class:
ReferenceListDialog.ParameterModel

 class ReferenceListDialog.ParameterModel.Entry
extends java.lang.Object


Field Summary
 java.lang.String theKey
          Key
 java.lang.String theValue
          Value
 int theValueCount
          Number of values for key
 
Constructor Summary
ReferenceListDialog.ParameterModel.Entry(java.lang.String thisKey, java.lang.String thisValue, int thisValueCount)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theKey

public java.lang.String theKey
Key


theValue

public java.lang.String theValue
Value


theValueCount

public int theValueCount
Number of values for key

Constructor Detail

ReferenceListDialog.ParameterModel.Entry

public ReferenceListDialog.ParameterModel.Entry(java.lang.String thisKey,
                                                java.lang.String thisValue,
                                                int thisValueCount)
Constructor

Parameters:
thisKey - key
thisValue - value