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. mMetadata
Methods in edu.isi.pegasus.planner.dax that return MetaData Modifier and Type Method Description MetaData
MetaData. clone()
Create a copy of this Metdata ObjectMetaData
MetaData. 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 CatalogType
CatalogType. addMetaData(MetaData metadata)
Add aMetaData
object for the Catalog objectMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type MetaData Modifier and Type Method Description CatalogType
CatalogType. addMetaData(java.util.List<MetaData> metadata)
Add a List ofMetaData
objects to the Catalog entry objectConstructors in edu.isi.pegasus.planner.dax with parameters of type MetaData Constructor Description MetaData(MetaData m)
Copy constructor
-