1 17 package org.eclipse.emf.ecore.sdo; 18 19 import org.eclipse.emf.ecore.EObject; 20 import org.eclipse.emf.ecore.EStructuralFeature; 21 22 import commonj.sdo.Property; 23 24 40 public interface EProperty extends EObject, Property 41 { 42 56 EStructuralFeature getEStructuralFeature(); 57 58 66 void setEStructuralFeature(EStructuralFeature value); 67 68 74 boolean isReadOnly(); 75 76 void setReadOnly(boolean readOnly); 77 78 } | Popular Tags |