net.sf.jaxme.generator.sg
Interface Context

All Known Implementing Classes:
AbstractContext

public interface Context

A common base interface for items that may enclose a local type. This is used to construct inner class names.

Author:
Jochen Wiedmann

Method Summary
 net.sf.jaxme.js.JavaQName getPMName()
          Returns the contexts PM name.
 net.sf.jaxme.js.JavaQName getXMLHandlerName()
          Returns the contexts XML handler name.
 net.sf.jaxme.js.JavaQName getXMLImplementationName()
          Returns the contexts XML implementation name.
 net.sf.jaxme.js.JavaQName getXMLInterfaceName()
          Returns the contexts XML interface name.
 net.sf.jaxme.js.JavaQName getXMLSerializerName()
          Returns the contexts XML serializer name.
 net.sf.jaxme.js.JavaQName getXMLValidatorName()
          Returns the contexts XML validator name.
 boolean isGlobal()
          Returns whether the class context is global.
 

Method Detail

getXMLInterfaceName

public net.sf.jaxme.js.JavaQName getXMLInterfaceName()

Returns the contexts XML interface name.


getXMLImplementationName

public net.sf.jaxme.js.JavaQName getXMLImplementationName()

Returns the contexts XML implementation name.


getXMLHandlerName

public net.sf.jaxme.js.JavaQName getXMLHandlerName()

Returns the contexts XML handler name.


getXMLSerializerName

public net.sf.jaxme.js.JavaQName getXMLSerializerName()

Returns the contexts XML serializer name.


getXMLValidatorName

public net.sf.jaxme.js.JavaQName getXMLValidatorName()

Returns the contexts XML validator name.


getPMName

public net.sf.jaxme.js.JavaQName getPMName()

Returns the contexts PM name.


isGlobal

public boolean isGlobal()

Returns whether the class context is global.