package org.eclipse.epf.uma.ecore; import org.eclipse.emf.ecore.EStructuralFeature; public interface EProperty { EStructuralFeature getEStructuralFeature(); }