nadment commented on issue #4145:
URL: https://github.com/apache/hop/issues/4145#issuecomment-2265795445

   
   I can't find a way except to add a method to the IEnumHasCode interface and 
use it in XmlMetadataUtil.
   
   public interface IEnumHasCode {
     String getCode();
     /**
      * Returns a list of code aliases, useful for backward compatibility.
      */
     List<String> getAlias();
   }
   
   Someone might have a better idea.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to