com.hp.hpl.jena.sparql.util
Class RefBoolean

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.RefBoolean

public class RefBoolean
extends Object


Constructor Summary
RefBoolean(Context context, Symbol monitoredProperty)
           
RefBoolean(Context context, Symbol monitoredProperty, boolean initialValue)
           
RefBoolean(Symbol monitoredProperty)
           
RefBoolean(Symbol monitoredProperty, boolean initialValue)
           
 
Method Summary
 boolean getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefBoolean

public RefBoolean(Symbol monitoredProperty)

RefBoolean

public RefBoolean(Symbol monitoredProperty,
                  boolean initialValue)

RefBoolean

public RefBoolean(Context context,
                  Symbol monitoredProperty,
                  boolean initialValue)

RefBoolean

public RefBoolean(Context context,
                  Symbol monitoredProperty)
Method Detail

getValue

public final boolean getValue()


Licenced under the Apache License, Version 2.0