package org.argeo.jcr.ui.explorer.model; /** * insure presence of the useful specific methods used in the building a UI Tree * based on JCR repositories */ public interface UiNode { public String getAlias(); }