Class QualityCodeEditor

  • All Implemented Interfaces:
    BindablePropertyEditor, java.beans.PropertyEditor

    public class QualityCodeEditor
    extends StringPropertyEditor
    This class currently extends StringPropertyEditor, to present the quality code as a string. However, since the actual property is a QualityCode type, we can come back and make this more robust whenever we'd like, if necessary.
    • Constructor Detail

      • QualityCodeEditor

        public QualityCodeEditor()
    • Method Detail

      • setValue

        public void setValue​(java.lang.Object value)
        Specified by:
        setValue in interface java.beans.PropertyEditor
        Overrides:
        setValue in class StringPropertyEditor
      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface java.beans.PropertyEditor
        Overrides:
        getValue in class StringPropertyEditor