Class ModelFormField.OptionValue

  • Enclosing class:
    ModelFormField

    public static class ModelFormField.OptionValue
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OptionValue​(java.lang.String key, java.lang.String description)  
    • Method Summary

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

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

      • OptionValue

        public OptionValue​(java.lang.String key,
                           java.lang.String description)
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
      • getKey

        public java.lang.String getKey()