1 19 20 21 package org.netbeans.modules.j2ee.sun.share.configbean; 22 23 import org.netbeans.modules.j2ee.sun.dd.api.CommonDDBean; 24 25 26 30 interface Snippet { 31 32 38 public CommonDDBean getDDSnippet(); 39 40 public org.netbeans.modules.schema2beans.BaseBean getCmpDDSnippet(); 41 42 48 public boolean hasDDSnippet(); 49 50 55 public String getFileName(); 56 57 65 public CommonDDBean mergeIntoRovingDD(CommonDDBean parentDD); 66 67 68 75 public CommonDDBean mergeIntoRootDD(CommonDDBean rootDD); 76 77 84 public String getPropertyName(); 85 86 } 87 | Popular Tags |