com.agimatec.commons.config
Class BooleanNode

java.lang.Object
  extended by com.agimatec.commons.config.Node
      extended by com.agimatec.commons.config.BooleanNode
All Implemented Interfaces:
Serializable

public class BooleanNode
extends Node

See Also:
Serialized Form

Field Summary
protected  boolean value
           
 
Fields inherited from class com.agimatec.commons.config.Node
name
 
Constructor Summary
BooleanNode()
           
 
Method Summary
 Object getObjectValue()
           
 boolean getValue()
           
 void setValue(boolean aValue)
           
 
Methods inherited from class com.agimatec.commons.config.Node
evaluatePath, getName, setName, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected boolean value
Constructor Detail

BooleanNode

public BooleanNode()
Method Detail

getObjectValue

public Object getObjectValue()
Specified by:
getObjectValue in class Node

getValue

public boolean getValue()

setValue

public void setValue(boolean aValue)


Copyright © 2008-2012. All Rights Reserved.