![JAR search and dependency download from the Maven repository](/logo.png)
edu.asu.diging.eaccpf.model.Outline Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rcn-model Show documentation
Show all versions of rcn-model Show documentation
EAC-CPF Model classes and repositories for authority matching components.
The newest version!
package edu.asu.diging.eaccpf.model;
import java.util.List;
public interface Outline {
String getId();
void setId(String id);
String getLocalType();
void setLocalType(String localType);
List getLevels();
void setLevels(List levels);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy