ecologylab.xml
Class TranslationSpace.TranslationEntry
java.lang.Object
ecologylab.generic.Debug
ecologylab.xml.TranslationSpace.TranslationEntry
- Enclosing class:
- TranslationSpace
public class TranslationSpace.TranslationEntry
- extends Debug
| 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 |
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
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 -
getTag
public java.lang.String getTag()
toString
public java.lang.String toString()
- Overrides:
toString in class Debug