function eInteger(name){this.base=ModelBase;this.base(name);this.hashcode="Integer@"+Math.floor(Math.random()*9999999999);this.eClass="eInteger";this.valueOf=elm_valueOf;this.setPreSelfcheck(this,elm_adjustValue,[]);function elm_adjustValue(){this.setValue(this.getValue().replace(/\./g,""));}
function elm_valueOf(){return(this.getValue()!=null&&this.getValue()!='')?parseInt(this.getValue(),10):null;}}
