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

generated.docs.javadoc.org.eclipse.dawnsci.nexus.builder.NexusMetadataProvider.MetadataEntry.html Maven / Gradle / Ivy






NexusMetadataProvider.MetadataEntry (h5jan API)












org.eclipse.dawnsci.nexus.builder

Interface NexusMetadataProvider.MetadataEntry

  • Enclosing interface:
    NexusMetadataProvider


    public static interface NexusMetadataProvider.MetadataEntry
    A metadata entry, describing the field to add to the nexus entry or other node.
    • Method Detail

      • getName

        java.lang.String getName()
        The name of the field to add.
        Returns:
      • getValue

        java.lang.Object getValue()
        The value of the field to add. This is converted to a dataset using DatasetFactory#createFromObject(Object), and can therefore be a primitive, String or Dataset.
        Returns:




© 2015 - 2024 Weber Informatics LLC | Privacy Policy