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

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

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

Subinterfaces of IMetadataValue in org.eclipse.higgins.idas.api
 interface IComplexMetaValue
          Represents a complex metadata value.
 interface ISimpleMetaValue
           
 

Methods in org.eclipse.higgins.idas.api that return IMetadataValue
 IMetadataValue IMetadata.addValue(URI dataType)
          Creates a new value for this metadata element.
 IMetadataValue IMetadata.addValue(IMetadataValue copyFrom)
          Creates a new value for this metadata element by copying the passed IMetadataValue Note: This operation is only applied to any backing data store after IContext.applyUpdates() is called.
 

Methods in org.eclipse.higgins.idas.api with parameters of type IMetadataValue
 boolean IMetadataValue.equals(IMetadataValue value)
          returns true if this IMetadataValue is equal to the passed IMetadataValue This should test the metadata ID and the value for equality.
 IMetadataValue IMetadata.addValue(IMetadataValue copyFrom)
          Creates a new value for this metadata element by copying the passed IMetadataValue Note: This operation is only applied to any backing data store after IContext.applyUpdates() is called.