com.agimatec.commons.config
Class IntNode

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

public class IntNode
extends Node

Title: Description: Company:

See Also:
Serialized Form

Field Summary
protected  int value
           
 
Fields inherited from class com.agimatec.commons.config.Node
name
 
Constructor Summary
IntNode()
           
 
Method Summary
 java.lang.Object getObjectValue()
           
 int getValue()
           
 void setValue(int 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 int value
Constructor Detail

IntNode

public IntNode()
Method Detail

getObjectValue

public java.lang.Object getObjectValue()
Specified by:
getObjectValue in class Node

getValue

public int getValue()

setValue

public void setValue(int aValue)


Copyright © 2008-2012. All Rights Reserved.