package com.its.op.model.enums; public interface ICodeValue { String getCode(); String getValue(); String getUnknown(); }