916917918919920921922923
if (ecore==null) return null; return ecore.getReference(); } public void setReference(String reference) { if (ecore==null) ecore = new Ecore(); ecore.setReference(reference); }
620621622623624625626627