org.activemath.util
Class ClassManipulations
java.lang.Object
org.activemath.util.ClassManipulations
public class ClassManipulations
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassManipulations
public ClassManipulations()
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.