eu.larkc.core.data
Class VariableBindingValue

java.lang.Object
  extended by eu.larkc.core.data.VariableBindingValue
All Implemented Interfaces:
java.io.Serializable, org.openrdf.model.Value

public class VariableBindingValue
extends java.lang.Object
implements org.openrdf.model.Value

TODO Describe this type briefly. If necessary include a longer description and/or an example.

Author:
vassil
See Also:
Serialized Form

Field Summary
 VariableBinding v
          Wrapped variable binding
 
Constructor Summary
VariableBindingValue(VariableBinding vb)
          Constructor
 
Method Summary
 java.lang.String stringValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v

public VariableBinding v
Wrapped variable binding

Constructor Detail

VariableBindingValue

public VariableBindingValue(VariableBinding vb)
Constructor

Parameters:
vb -
Method Detail

stringValue

public java.lang.String stringValue()
Specified by:
stringValue in interface org.openrdf.model.Value