All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cdc.applic.dictionaries.edit.EnDictionaryOwner Maven / Gradle / Ivy

There is a newer version: 0.13.3
Show newest version
package cdc.applic.dictionaries.edit;

import java.util.List;

import cdc.util.lang.Introspection;

public interface EnDictionaryOwner extends EnElement {
    public default List> getDictionaries() {
        return getChildren(Introspection.uncheckedCast(EnDictionary.class));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy