package org.celllife.idart.database.wizard; public interface PropertiesPage { boolean updateProperties(); boolean isRequired(); }