1 19 20 package org.netbeans.modules.j2ee.dd.api.common; 21 22 import org.netbeans.modules.schema2beans.BaseBean; 23 31 public interface RootInterface extends ComponentInterface { 32 36 public static final int MERGE_INTERSECT = BaseBean.MERGE_INTERSECT; 37 41 public static final int MERGE_UNION = BaseBean.MERGE_UNION; 42 46 public static final int MERGE_UPDATE = BaseBean.MERGE_UPDATE; 47 48 55 public void write(org.openide.filesystems.FileObject fo) throws java.io.IOException ; 56 57 75 public void merge(RootInterface root, int mode); 76 } 77 | Popular Tags |