blob: 5be9a45e4b148e7f383d8346cc00a8aca35da70d [file] [log] [blame]
package org.eclipse.epf.uma.ecore;
import org.eclipse.emf.ecore.EStructuralFeature;
public interface EProperty {
EStructuralFeature getEStructuralFeature();
}