ecologylab.xml.library.endnote
Class EndnoteNameSpace

java.lang.Object
  extended by ecologylab.xml.library.endnote.EndnoteNameSpace

public class EndnoteNameSpace
extends java.lang.Object

Contains all of the information necessary to translate XML objects used in the network communications of the Rogue game. Use MasterNameSpace.get() to acquire a NameSpace object fit for use in the game.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Field Summary
static java.lang.String NAME
           
protected static java.lang.String PACKAGE_NAME
           
protected static java.lang.Class[] TRANSLATIONS
           
 
Constructor Summary
EndnoteNameSpace()
           
 
Method Summary
static TranslationSpace get()
           
static java.lang.Class[] getTRANSLATIONS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

PACKAGE_NAME

protected static final java.lang.String PACKAGE_NAME
See Also:
Constant Field Values

TRANSLATIONS

protected static final java.lang.Class[] TRANSLATIONS
Constructor Detail

EndnoteNameSpace

public EndnoteNameSpace()
Method Detail

get

public static TranslationSpace get()

getTRANSLATIONS

public static java.lang.Class[] getTRANSLATIONS()
Returns:
the tRANSLATIONS