blob: 7841f21048b5a8661d66e36ebe727a7e0c853f6c [file] [log] [blame]
package org.eclipse.epf.uma.util;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.epf.uma.ecore.IUserDefinedTypeMeta;
public interface ModifiedTypeMeta extends MetaElement {
public List<ExtendedReference> getReferences();
public List<ExtendedAttribute> getRtes();
}