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