ecologylab.xml
Class TranslationSpace.TranslationEntry

java.lang.Object
  extended by ecologylab.generic.Debug
      extended by ecologylab.xml.TranslationSpace.TranslationEntry
Enclosing class:
TranslationSpace

public class TranslationSpace.TranslationEntry
extends Debug


Field Summary
 java.lang.String classSimpleName
          Should this be whole class name, or simple/short class name?
 java.lang.String packageName
           
 java.lang.String tag
           
 java.lang.Class<?> thisClass
           
 
Constructor Summary
TranslationSpace.TranslationEntry(java.lang.String tag)
          Construct an empty entry for tag.
 
Method Summary
 java.lang.String getTag()
           
 java.lang.String toString()
           
 
Methods inherited from class ecologylab.generic.Debug
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, warning, warning, weird, weird
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

packageName

public final java.lang.String packageName

classSimpleName

public final java.lang.String classSimpleName
Should this be whole class name, or simple/short class name?


tag

public final java.lang.String tag

thisClass

public final java.lang.Class<?> thisClass
Constructor Detail

TranslationSpace.TranslationEntry

public TranslationSpace.TranslationEntry(java.lang.String tag)
Construct an empty entry for tag. This means that the TranslationSpace will map tag to no class forever.

Parameters:
tag -
Method Detail

getTag

public java.lang.String getTag()

toString

public java.lang.String toString()
Overrides:
toString in class Debug