Uses of Class
org.openprovenance.model.Value

Packages that use Value
org.openprovenance.elmo   
org.openprovenance.model Open Provenance Model classes and associated factories and (de)serialisation methods. 
 

Uses of Value in org.openprovenance.elmo
 

Subclasses of Value in org.openprovenance.elmo
 class RdfValue
           
 

Methods in org.openprovenance.elmo that return Value
 Value RdfObjectFactory.createValue()
           
 

Methods in org.openprovenance.elmo with parameters of type Value
 void RdfOPMFactory.addAnnotation(Annotable annotable, Value ann)
           
 

Uses of Value in org.openprovenance.model
 

Methods in org.openprovenance.model that return Value
 Value ObjectFactory.createValue()
          Create an instance of Value
 Value OPMFactory.newValue(Object value, String encoding)
           
 

Methods in org.openprovenance.model that return types with arguments of type Value
 javax.xml.bind.JAXBElement<Value> ObjectFactory.createValue(Value value)
          Create an instance of JAXBElement<Value>}
 

Methods in org.openprovenance.model with parameters of type Value
 void OPMFactory.addAnnotation(Annotable annotable, Value ann)
           
 javax.xml.bind.JAXBElement<Value> ObjectFactory.createValue(Value value)
          Create an instance of JAXBElement<Value>}
 



Copyright © 2011. All Rights Reserved.