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

io.pelle.mango.client.base.modules.dictionary.IBaseDictionaryElement Maven / Gradle / Ivy

The newest version!
package io.pelle.mango.client.base.modules.dictionary;

import io.pelle.mango.client.base.modules.dictionary.model.IBaseModel;
import io.pelle.mango.client.base.modules.dictionary.model.IBaseRootModel;
import io.pelle.mango.client.base.vo.IBaseVO;

public interface IBaseDictionaryElement {
	IBaseDictionaryElement getParent();

	ModelType getModel();

	IVOWrapper getVOWrapper();

	IBaseRootElement getRootElement();

	void update();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy