Uses of Class
ecmwf.common.database.MetadataValue
Packages that use MetadataValue
Package
Description
-
Uses of MetadataValue in ecmwf.common.database
Methods in ecmwf.common.database that return types with arguments of type MetadataValueModifier and TypeMethodDescriptionECpdsBase.getMetaDataByAttributeName
(String id) Gets the meta data by attribute name.ECpdsBase.getMetaDataByDataFileId
(long dataFileId) Gets the meta data by data file id. -
Uses of MetadataValue in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return types with arguments of type MetadataValueModifier and TypeMethodDescriptionDataBaseInterface.getMetaDataByAttributeName
(String id) Gets the meta data by attribute name.DataBaseInterface.getMetaDataByDataFileId
(long dataFileId) Gets the meta data by data file id. -
Uses of MetadataValue in ecmwf.ecpds.master.plugin.http.dao.datafile
Constructors in ecmwf.ecpds.master.plugin.http.dao.datafile with parameters of type MetadataValueModifierConstructorDescriptionprotected
MetaDataBean
(MetadataAttribute attribute, MetadataValue value) Instantiates a new meta data bean.protected
MetaDataBean
(MetadataValue value) Instantiates a new meta data bean. -
Uses of MetadataValue in ecmwf.ecpds.master.transfer
Method parameters in ecmwf.ecpds.master.transfer with type arguments of type MetadataValueModifier and TypeMethodDescriptionstatic String
TransferManagement.getConnectOptions
(DataTransfer transfer, String targetName, String moverName, Collection<MetadataValue> metadataValues) Gets the connect options.static String
TransferManagement.getTargetName
(DataTransfer transfer, String template, String message, String moverName, Collection<MetadataValue> metadataValues) Gets the target name.