1 17 package org.eclipse.emf.ecore; 18 19 20 21 41 public interface EReference extends EStructuralFeature 42 { 43 54 boolean isContainment(); 55 56 64 void setContainment(boolean value); 65 66 78 boolean isContainer(); 79 80 94 boolean isResolveProxies(); 95 96 104 void setResolveProxies(boolean value); 105 106 119 EReference getEOpposite(); 120 121 129 void setEOpposite(EReference value); 130 131 143 EClass getEReferenceType(); 144 145 } 146 | Popular Tags |