package com.revolsys.util; public interface Describable { String getDescription(); }