Class ChecksumEditor


  • public class ChecksumEditor
    extends AbstractMetaDataEditor
    The ChecksumEditor wrappers class ChecksumDialog as a MetadataEditor Dialog to edit Checksum datatype. we can use it with a couple of lines of code:
     ChecksumEditor checksumEditor = new ChecksumEditor();
     checksumEditor.showOpenDialog();
     
    • Constructor Summary

      Constructors 
      Constructor Description
      ChecksumEditor()  
    • Method Summary

      Modifier and Type Method Description
      de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
      Returns the Checksum inputted by user.
      void setValue​(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData checkSum)
      set the Checksum value.
      int showOpenDialog()
      pop up a IdentifierRelationDialog Dialog
      • Methods inherited from class java.lang.Object

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

      • ChecksumEditor

        public ChecksumEditor()
    • Method Detail

      • setValue

        public void setValue​(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData checkSum)
        set the Checksum value. set the Checksum value.
        Specified by:
        setValue in class AbstractMetaDataEditor
        Parameters:
        checkSum - the value to set
      • getValue

        public de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
        Returns the Checksum inputted by user.
        Specified by:
        getValue in class AbstractMetaDataEditor
        Returns:
        the Checksum inputted by user.