Class DebugEnumField


  • public class DebugEnumField
    extends java.lang.Object
    DebugEnumField
    • Constructor Summary

      Constructors 
      Constructor Description
      DebugEnumField​(java.lang.String name, int value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      int getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DebugEnumField

        public DebugEnumField​(java.lang.String name,
                              int value)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public int getValue()