package pt.ist.renderers.extensions.util; public interface IPresentableEnum { public String getLocalizedName(); }