Class EnumUtil


  • public class EnumUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.reflect.Field getEnumField​(PMMLObject object, java.lang.Enum<?> value)  
      static java.lang.String getEnumValue​(java.lang.Enum<?> value)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEnumField

        public static java.lang.reflect.Field getEnumField​(PMMLObject object,
                                                           java.lang.Enum<?> value)
      • getEnumValue

        public static java.lang.String getEnumValue​(java.lang.Enum<?> value)