Uses of Interface
org.eclipse.higgins.idas.api.IMetadata

Packages that use IMetadata
org.eclipse.higgins.idas.api Defines the core set of interfaces for IdAS. 
 

Uses of IMetadata in org.eclipse.higgins.idas.api
 

Methods in org.eclipse.higgins.idas.api that return IMetadata
 IMetadata IHasMetadata.getMetadata(URI metadataID)
          Returns the specified metadata of this object.
 IMetadata IHasMetadata.addMetadata(URI metadataID)
          Creates a new Metadata element for this container of metadata.
 IMetadata IHasMetadata.addMetadata(IMetadata copyFrom)
          Creates a new Metadata element for this container of metadata by copying the data from the passed IMetadata.
 

Methods in org.eclipse.higgins.idas.api with parameters of type IMetadata
 void IFilterMetadataAssertion.setAssertionValue(IMetadata assertion)
          Specifies the assertion data to be tested against values of a metadata container's metadata.
 IMetadata IHasMetadata.addMetadata(IMetadata copyFrom)
          Creates a new Metadata element for this container of metadata by copying the data from the passed IMetadata.