All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generated.docs.javadoc.org.eclipse.dawnsci.nexus.NXcite.html Maven / Gradle / Ivy






NXcite (h5jan API)












org.eclipse.dawnsci.nexus

Interface NXcite

  • All Superinterfaces:
    GroupNode, java.lang.Iterable<NodeLink>, Node, NXobject
    All Known Implementing Classes:
    NXciteImpl


    public interface NXcite
    extends NXobject
    A literature reference Definition to include references for example for detectors, manuals, instruments, acquisition or analysis software used. The idea would be to include this in the relevant NeXus object: :ref:`NXdetector` for detectors, :ref:`NXinstrument` for instruments, etc.
    • Method Detail

      • getDescription

        IDataset getDescription()
        This should describe the reason for including this reference. For example: The dataset in this group was normalised using the method which is described in detail in this reference.

        Type: NX_CHAR

        Returns:
        the value.
      • setDescription

        DataNode setDescription(IDataset description)
        This should describe the reason for including this reference. For example: The dataset in this group was normalised using the method which is described in detail in this reference.

        Type: NX_CHAR

        Parameters:
        description - the description
      • getDescriptionScalar

        java.lang.String getDescriptionScalar()
        This should describe the reason for including this reference. For example: The dataset in this group was normalised using the method which is described in detail in this reference.

        Type: NX_CHAR

        Returns:
        the value.
      • setDescriptionScalar

        DataNode setDescriptionScalar(java.lang.String description)
        This should describe the reason for including this reference. For example: The dataset in this group was normalised using the method which is described in detail in this reference.

        Type: NX_CHAR

        Parameters:
        description - the description
      • getUrl

        IDataset getUrl()
        URL referencing the document or data.

        Type: NX_CHAR

        Returns:
        the value.
      • setUrl

        DataNode setUrl(IDataset url)
        URL referencing the document or data.

        Type: NX_CHAR

        Parameters:
        url - the url
      • getUrlScalar

        java.lang.String getUrlScalar()
        URL referencing the document or data.

        Type: NX_CHAR

        Returns:
        the value.
      • setUrlScalar

        DataNode setUrlScalar(java.lang.String url)
        URL referencing the document or data.

        Type: NX_CHAR

        Parameters:
        url - the url
      • getDoi

        IDataset getDoi()
        DOI referencing the document or data.

        Type: NX_CHAR

        Returns:
        the value.
      • setDoi

        DataNode setDoi(IDataset doi)
        DOI referencing the document or data.

        Type: NX_CHAR

        Parameters:
        doi - the doi
      • getDoiScalar

        java.lang.String getDoiScalar()
        DOI referencing the document or data.

        Type: NX_CHAR

        Returns:
        the value.
      • setDoiScalar

        DataNode setDoiScalar(java.lang.String doi)
        DOI referencing the document or data.

        Type: NX_CHAR

        Parameters:
        doi - the doi
      • getEndnote

        IDataset getEndnote()
        Bibliographic reference data in EndNote format.

        Type: NX_CHAR

        Returns:
        the value.
      • setEndnote

        DataNode setEndnote(IDataset endnote)
        Bibliographic reference data in EndNote format.

        Type: NX_CHAR

        Parameters:
        endnote - the endnote
      • getEndnoteScalar

        java.lang.String getEndnoteScalar()
        Bibliographic reference data in EndNote format.

        Type: NX_CHAR

        Returns:
        the value.
      • setEndnoteScalar

        DataNode setEndnoteScalar(java.lang.String endnote)
        Bibliographic reference data in EndNote format.

        Type: NX_CHAR

        Parameters:
        endnote - the endnote
      • getBibtex

        IDataset getBibtex()
        Bibliographic reference data in BibTeX format.

        Type: NX_CHAR

        Returns:
        the value.
      • setBibtex

        DataNode setBibtex(IDataset bibtex)
        Bibliographic reference data in BibTeX format.

        Type: NX_CHAR

        Parameters:
        bibtex - the bibtex
      • getBibtexScalar

        java.lang.String getBibtexScalar()
        Bibliographic reference data in BibTeX format.

        Type: NX_CHAR

        Returns:
        the value.
      • setBibtexScalar

        DataNode setBibtexScalar(java.lang.String bibtex)
        Bibliographic reference data in BibTeX format.

        Type: NX_CHAR

        Parameters:
        bibtex - the bibtex




© 2015 - 2024 Weber Informatics LLC | Privacy Policy