Class GlobalValueEnumeration<T>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected GlobalValueEnumeration​(java.lang.Class<?> clazz, java.lang.String getterName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      T value()  
      • Methods inherited from class java.lang.Object

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

      • GlobalValueEnumeration

        protected GlobalValueEnumeration​(java.lang.Class<?> clazz,
                                         java.lang.String getterName)
    • Method Detail

      • value

        public T value()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object