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

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






NXparameters (h5jan API)












org.eclipse.dawnsci.nexus

Interface NXparameters

    • Method Detail

      • getTerm

        IDataset getTerm()
        A parameter (also known as a term) that is used in or results from processing.

        Type: NX_CHAR

        Returns:
        the value.
      • setTerm

        DataNode setTerm(IDataset term)
        A parameter (also known as a term) that is used in or results from processing.

        Type: NX_CHAR

        Parameters:
        term - the term
      • getTermScalar

        java.lang.String getTermScalar()
        A parameter (also known as a term) that is used in or results from processing.

        Type: NX_CHAR

        Returns:
        the value.
      • setTermScalar

        DataNode setTermScalar(java.lang.String term)
        A parameter (also known as a term) that is used in or results from processing.

        Type: NX_CHAR

        Parameters:
        term - the term
      • getTermAttributeUnits

        java.lang.String getTermAttributeUnits()
        Returns:
        the value.
      • setTermAttributeUnits

        void setTermAttributeUnits(java.lang.String units)
        Parameters:
        units - the units




© 2015 - 2024 Weber Informatics LLC | Privacy Policy