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

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






NXparametersImpl (h5jan API)












org.eclipse.dawnsci.nexus.impl

Class NXparametersImpl

    • Field Detail

      • PERMITTED_CHILD_GROUP_CLASSES

        public static final java.util.Set<NexusBaseClass> PERMITTED_CHILD_GROUP_CLASSES
    • Constructor Detail

      • NXparametersImpl

        public NXparametersImpl()
      • NXparametersImpl

        public NXparametersImpl(long oid)
    • Method Detail

      • getNXclass

        public java.lang.Class<? extends NXobject> getNXclass()
        Description copied from interface: NXobject
        Java Class object of the interface for this base class, e.g. NXsample.class.
        Specified by:
        getNXclass in interface NXobject
        Returns:
        name of Nexus class
      • getTerm

        public IDataset getTerm()
        Description copied from interface: NXparameters
        A parameter (also known as a term) that is used in or results from processing.

        Type: NX_CHAR

        Specified by:
        getTerm in interface NXparameters
        Returns:
        the value.
      • getTermScalar

        public java.lang.String getTermScalar()
        Description copied from interface: NXparameters
        A parameter (also known as a term) that is used in or results from processing.

        Type: NX_CHAR

        Specified by:
        getTermScalar in interface NXparameters
        Returns:
        the value.
      • setTerm

        public DataNode setTerm(IDataset term)
        Description copied from interface: NXparameters
        A parameter (also known as a term) that is used in or results from processing.

        Type: NX_CHAR

        Specified by:
        setTerm in interface NXparameters
        Parameters:
        term - the term
      • setTermScalar

        public DataNode setTermScalar(java.lang.String term)
        Description copied from interface: NXparameters
        A parameter (also known as a term) that is used in or results from processing.

        Type: NX_CHAR

        Specified by:
        setTermScalar in interface NXparameters
        Parameters:
        term - the term
      • setTermAttributeUnits

        public void setTermAttributeUnits(java.lang.String units)
        Specified by:
        setTermAttributeUnits in interface NXparameters
        Parameters:
        units - the units




© 2015 - 2024 Weber Informatics LLC | Privacy Policy