org.norther.tammi.root.db.util
Class ClassDescriptorHandler.ClassTag

java.lang.Object
  extended by org.norther.tammi.root.db.util.ClassDescriptorHandler.ElementTag
      extended by org.norther.tammi.root.db.util.ClassDescriptorHandler.ClassTag
Enclosing class:
ClassDescriptorHandler

protected class ClassDescriptorHandler.ClassTag
extends ClassDescriptorHandler.ElementTag

An inner class for a class tag.


Method Summary
 Class<?> getBaseClass()
          Gets the base class.
 Class<?> getElementClass()
          Gets the element class.
 
Methods inherited from class org.norther.tammi.root.db.util.ClassDescriptorHandler.ElementTag
getConfiguration, getName, getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBaseClass

public Class<?> getBaseClass()
Gets the base class.

Returns:
the base class.

getElementClass

public Class<?> getElementClass()
Gets the element class.

Returns:
the element class.


Copyright © 2004 The Norther Organization. All rights reserved.