blob: 7f3589ff0e40ed781417e9e2e9672593bb2fdbca [file] [log] [blame]
package org.eclipse.epf.uma.util;
import java.util.List;
public interface ExtendedSection extends MetaElement {
public String getType();
public List<ExtendedReference> getReferences();
public List<ExtendedAttribute> getRtes();
}