package com.constellio.model.entities.schemas.entries; public interface DataEntry { DataEntryType getType(); }