public void setReturnType(Class type) { this.setReturnType(type.getName()); }
public void inheritFrom(Class clazz) { this.addSuper(clazz.getName()); }
public void setType(Class type ) { this.setType( type.getName() ); }
public void inheritFrom( Class clazz ) { this.addSuper( clazz.getName() ); }