Introduce find term by name.
[gpl/argeo-suite.git] / core / org.argeo.entity.api / src / org / argeo / entity / Typology.java
index 43431a0b43bed38f337dd56849c47b67e45aca9a..5be27e3e54b4b93340d9089f648e4232390c38b9 100644 (file)
@@ -11,4 +11,5 @@ public interface Typology {
 
        List<? extends Term> getSubTerms();
 
+       Term findTermByName(String name);
 }