public class Binding extends Object
Binding class.
| Constructor and Description |
|---|
Binding(PatternParameter parameter,
com.hp.hpl.jena.rdf.model.RDFNode value)
Constructor for Binding.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterId()
getParameterId.
|
com.hp.hpl.jena.rdf.model.RDFNode |
getValue()
Getter for the field
value. |
String |
getValueAsString()
getValueAsString.
|
String |
toString() |
com.hp.hpl.jena.rdf.model.Resource |
writeToModel(com.hp.hpl.jena.rdf.model.Model model)
writeToModel.
|
public Binding(PatternParameter parameter, com.hp.hpl.jena.rdf.model.RDFNode value) throws BindingException
Constructor for Binding.
parameter - a PatternParameter object.value - a RDFNode object.BindingException - if any.public com.hp.hpl.jena.rdf.model.RDFNode getValue()
Getter for the field value.
RDFNode object.public com.hp.hpl.jena.rdf.model.Resource writeToModel(com.hp.hpl.jena.rdf.model.Model model)
writeToModel.
model - a Model object.Resource object.Copyright © 2015. All rights reserved.