com.isti.jevalresp
Class OutputGenerator.TypeNormStringBlock

java.lang.Object
  extended by com.isti.jevalresp.OutputGenerator.TypeNormStringBlock
Enclosing class:
OutputGenerator

public static class OutputGenerator.TypeNormStringBlock
extends java.lang.Object

Class TypeNormStringBlock defines a data block containing two strings, one for "type" and one for "normalization".


Field Summary
 java.lang.String normStr
          Normalization string.
 java.lang.String typeStr
          Type string.
 
Constructor Summary
OutputGenerator.TypeNormStringBlock(java.lang.String typeStr, java.lang.String normStr)
          Creates a data block containing two strings, one for "type" and one for "normalization".
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeStr

public final java.lang.String typeStr
Type string.


normStr

public final java.lang.String normStr
Normalization string.

Constructor Detail

OutputGenerator.TypeNormStringBlock

public OutputGenerator.TypeNormStringBlock(java.lang.String typeStr,
                                           java.lang.String normStr)
Creates a data block containing two strings, one for "type" and one for "normalization".

Parameters:
typeStr - type string.
normStr - normalization string.