blob: 88420f374a6ff4d5f78e1c9e9afc9548beeb46aa [file] [log] [blame]
package org.eclipse.epf.uma.util;
import org.eclipse.emf.ecore.EAttribute;
public interface ExtendedAttribute extends MetaElement {
public EAttribute getAttribute();
}