Class DataFormatEditor


  • public class DataFormatEditor
    extends AbstractMetaDataEditor
    DataFormatEditor provides a mechanism for the user to edit DataFormat information. The following code pops up a DataFormatEditor Dialog
     DataFormatEditor dataformateditor = new DataFormatEditor();
     dataformateditor.showOpenDialog();
     
    • Method Summary

      Modifier and Type Method Description
      de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
      get the DataFormat value
      void setTitle​(java.lang.String title)
      set the title of metadata dialog
      void setValue​(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData data)
      set a DataFormat value
      int showOpenDialog()
      pop up a Dialog
      • Methods inherited from class java.lang.Object

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

      • DataFormatEditor

        public DataFormatEditor()
    • Method Detail

      • setValue

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

        public de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
        get the DataFormat value
        Specified by:
        getValue in class AbstractMetaDataEditor
        Returns:
        the UntypedData value