package com.vci.ubcs.com.vci.starter.web.enumpck; public interface BaseEnum { String getValue(); String getText(); }