Class IdentifierRelationEditor


  • public class IdentifierRelationEditor
    extends AbstractMetaDataEditor
    The IdentifierRelationEditor wrappers class IdentifierRelationDialog as a MetadataEditor Dialog to edit IdentifierRelation datatype. we can use it with a couple of lines of code:
            IdentifierRelationEditor identifierRelationEditor = new IdentifierRelationEditor();
            identifierRelationEditor.showOpenDialog();
      
    • Method Summary

      Modifier and Type Method Description
      de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
      Returns the IdentifierRelation inputted by user.
      void setTitle​(java.lang.String title)
      set the title of metadata dialog
      void setValue​(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData relations)
      set the IdentifierRelation 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

      • IdentifierRelationEditor

        public IdentifierRelationEditor()
    • Method Detail

      • setValue

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

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