org.eclipse.higgins.idas.impl
Class BasicMetadata

Package class diagram package BasicMetadata
java.lang.Object
  extended by org.eclipse.higgins.idas.impl.BasicProperty
      extended by org.eclipse.higgins.idas.impl.BasicMetadata
All Implemented Interfaces:
IMetadata, IProperty

public class BasicMetadata
extends BasicProperty
implements IMetadata

Implements IMetadata in terms of a BasicProperty.


Constructor Summary
BasicMetadata(URI type)
           
BasicMetadata(URI type, IPropertyValue value)
           
 
Method Summary
 
Methods inherited from class org.eclipse.higgins.idas.impl.BasicProperty
getType, getValue, getValues, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.idas.IProperty
getType, getValue, getValues, setValue
 

Constructor Detail

BasicMetadata

public BasicMetadata(URI type)

BasicMetadata

public BasicMetadata(URI type,
                     IPropertyValue value)


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