| Package | Description |
|---|---|
| edu.isi.pegasus.planner.dax |
| Modifier and Type | Field and Description |
|---|---|
protected List<MetaData> |
CatalogType.mMetadata |
| Modifier and Type | Method and Description |
|---|---|
MetaData |
MetaData.clone()
Create a copy of this Metdata Object
|
MetaData |
MetaData.setValue(String value)
Set the value of the metadata
|
| Modifier and Type | Method and Description |
|---|---|
List<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(List<MetaData> metadata)
Add a List of
MetaData objects to the Catalog entry object |
| Constructor and Description |
|---|
MetaData(MetaData m)
Copy constructor
|