org.activemath.util
Class ClassManipulations

java.lang.Object
  extended by org.activemath.util.ClassManipulations

public class ClassManipulations
extends Object


Constructor Summary
ClassManipulations()
           
 
Method Summary
static String getClassNameWithoutPackage(Class c)
          This returns the name of the class without the package name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassManipulations

public ClassManipulations()
Method Detail

getClassNameWithoutPackage

public static String getClassNameWithoutPackage(Class c)
This returns the name of the class without the package name. Might be useful for XML element-names based on classes.