Package | Description |
---|---|
edu.isi.pegasus.planner.dax |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<MetaData> |
CatalogType.mMetadata |
private java.util.Set<MetaData> |
ADAG.mMetaDataAttributes
The metadata attributes associated with the whole workflow.
|
private java.util.Set<MetaData> |
AbstractJob.mMetaDataAttributes
The metadata attributes associated with the whole workflow.
|
Modifier and Type | Method and Description |
---|---|
MetaData |
MetaData.clone()
Create a copy of this Metdata Object
|
MetaData |
MetaData.setValue(java.lang.String value)
Set the value of the metadata
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<MetaData> |
CatalogType.getMetaData()
Returns the List of MetaData objects associated with this Catalog entry object
|
Modifier and Type | Method and Description |
---|---|
CatalogType |
CatalogType.addMetaData(MetaData metadata)
Add a
MetaData object for the Catalog object |
Modifier and Type | Method and Description |
---|---|
CatalogType |
CatalogType.addMetaData(java.util.List<MetaData> metadata)
Add a List of
MetaData objects to the Catalog entry object |
Constructor and Description |
---|
MetaData(MetaData m)
Copy constructor
|