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

Packages that use IMetadata
org.eclipse.higgins.idas Defines the core set of interfaces for IdAS. 
org.eclipse.higgins.idas.impl This package provides some basic implementations of various IdAS interfaces for use by context providers. 
 

Uses of IMetadata in org.eclipse.higgins.idas
 

Methods in org.eclipse.higgins.idas that return IMetadata
 IMetadata IHasMetadata.createMetadata(URI type, IPropertyValue value)
          Creates a metadata item which can be added to metadata held by this Object.
 

Methods in org.eclipse.higgins.idas that return types with arguments of type IMetadata
 Iterable<IMetadata> IHasMetadata.getMetadataSet()
          Returns this Object's metadata elements as an Iterable.
 

Methods in org.eclipse.higgins.idas with parameters of type IMetadata
 void IHasMetadata.addMetadata(IMetadata metadata)
           
 void IHasMetadata.removeMetadata(IMetadata metadata)
           
 

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

Classes in org.eclipse.higgins.idas.impl that implement IMetadata
 class BasicMetadata
          Implements IMetadata in terms of a BasicProperty.
 

Methods in org.eclipse.higgins.idas.impl that return IMetadata
 IMetadata BasicMetadataSet.createMetadata(URI type, IPropertyValue value)
           
 IMetadata BasicAttribute.createMetadata(URI type, IPropertyValue value)
           
 

Methods in org.eclipse.higgins.idas.impl that return types with arguments of type IMetadata
 Iterable<IMetadata> BasicMetadataSet.getMetadataSet()
           
 Iterable<IMetadata> BasicAttribute.getMetadataSet()
           
 

Methods in org.eclipse.higgins.idas.impl with parameters of type IMetadata
 void BasicMetadataSet.addMetadata(IMetadata metadata)
           
 void BasicAttribute.addMetadata(IMetadata metadata)
           
 void BasicMetadataSet.removeMetadata(IMetadata metadata)
           
 void BasicAttribute.removeMetadata(IMetadata metadata)
           
 

Constructor parameters in org.eclipse.higgins.idas.impl with type arguments of type IMetadata
BasicAttribute(URI type, IPropertyValue value, HashSet<IMetadata> metadataSet)
           
BasicAttribute(URI type, Vector<IPropertyValue> values, HashSet<IMetadata> metadataSet)
           
BasicMetadataSet(HashSet<IMetadata> metadataSet)
           
 



Copyright © 2006 Novell Inc. All Rights Reserved.
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors:
  Jim Sermersheim (Novell, Inc.) - initial API and implementation