Uses of Class
se.kb.oai.ore.Metadata

Packages that use Metadata
se.kb.oai.ore   
 

Uses of Metadata in se.kb.oai.ore
 

Fields in se.kb.oai.ore with type parameters of type Metadata
protected  List<Metadata> AggregateBase.metadata
           
 

Methods in se.kb.oai.ore that return types with arguments of type Metadata
 List<Metadata> AggregateBase.getMetadata()
          Get a list of all the Metadata for this object.
 List<Metadata> AggregateBase.getMetadata(QName name)
          Get a list of only the Metadata that matches the qualified name for this object.
 

Methods in se.kb.oai.ore with parameters of type Metadata
 void AggregateBase.addMetadata(Metadata meta)
          Add a Metadata to the list of metadata.
 

Method parameters in se.kb.oai.ore with type arguments of type Metadata
 void AggregateBase.setMetadata(List<Metadata> metadata)
          Set the metadata for this object.
 



Copyright © 2008. All Rights Reserved.