Uses of Class
edu.isi.pegasus.planner.dax.MetaData
-
Packages that use MetaData Package Description edu.isi.pegasus.planner.dax -
-
Uses of MetaData in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type MetaData Modifier and Type Field Description protected java.util.List<MetaData>CatalogType. mMetadataMethods in edu.isi.pegasus.planner.dax that return MetaData Modifier and Type Method Description MetaDataMetaData. clone()Create a copy of this Metdata ObjectMetaDataMetaData. setValue(java.lang.String value)Set the value of the metadataMethods in edu.isi.pegasus.planner.dax that return types with arguments of type MetaData Modifier and Type Method Description java.util.List<MetaData>CatalogType. getMetaData()Returns the List of MetaData objects associated with this Catalog entry objectMethods in edu.isi.pegasus.planner.dax with parameters of type MetaData Modifier and Type Method Description CatalogTypeCatalogType. addMetaData(MetaData metadata)Add aMetaDataobject for the Catalog objectMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type MetaData Modifier and Type Method Description CatalogTypeCatalogType. addMetaData(java.util.List<MetaData> metadata)Add a List ofMetaDataobjects to the Catalog entry objectConstructors in edu.isi.pegasus.planner.dax with parameters of type MetaData Constructor Description MetaData(MetaData m)Copy constructor
-